From 2417cc7c9c525da93fc41e7336b3225206dd5967 Mon Sep 17 00:00:00 2001 From: Seppia Date: Sun, 12 Jun 2016 19:25:33 +0200 Subject: added README.md build section --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0725b82..555de68 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,18 @@ Onetimebluh (Workbluhp in blogress!!) ====================================== -Simple implementation of One Time Pad cipher. +Simple implementation of One Time Pad cipher. Capable of generating cryptographically strong random number keys and of usign them to encrypt/decrypt messages of same length with a bitwise XOR function. +Build +------- + +Still usign just gcc. Compile only for testing. Openssl libraries are needed and must be linked to gcc with the option `-lcrypto`. Here follows an example: + +``` +gcc -Wall -Wpedantic -lcrypto onetimebluh.c -o onetimebluh -v +``` + Usage ------- -- cgit v1.2.3