summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files 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):