summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeppia <nonso@insicuri.net>2017-07-31 20:44:28 +0200
committerSeppia <nonso@insicuri.net>2017-07-31 20:44:28 +0200
commit18b2c363d9a32793846ac965866e44b2b9ad333b (patch)
treec21d943d321962168f59fbe018f03585d5501a15
parent87c638e630e8a8869177aa724ef44ae8f973d87a (diff)
downloadonetimebluh-18b2c363d9a32793846ac965866e44b2b9ad333b.tar.gz
onetimebluh-18b2c363d9a32793846ac965866e44b2b9ad333b.tar.bz2
onetimebluh-18b2c363d9a32793846ac965866e44b2b9ad333b.zip
Syntax change
Changed incorrect markdown syntax in README.md
-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):