From 18b2c363d9a32793846ac965866e44b2b9ad333b Mon Sep 17 00:00:00 2001 From: Seppia Date: Mon, 31 Jul 2017 20:44:28 +0200 Subject: Syntax change Changed incorrect markdown syntax in README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bc94b05..d1ee599 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,13 @@ -Onetimebluh (Workbluhp in blogress!!) -====================================== +# Onetimebluh (Workbluhp in blogress!!) 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 -------- +## Build To build onetimebluh just run `make` or `make all`, and You will find the executable binary in the build folder. If you want to install it, just run `make install` and `make clean` to get rid of all the compiled files. -Usage -------- +## Usage Example creates two keys of length 4096 bytes and use the first as a message and the second as the pad key (just for testing): -- cgit v1.2.3