diff options
author | Seppia <nonso@insicuri.net> | 2017-07-31 20:44:28 +0200 |
---|---|---|
committer | Seppia <nonso@insicuri.net> | 2017-07-31 20:44:28 +0200 |
commit | 18b2c363d9a32793846ac965866e44b2b9ad333b (patch) | |
tree | c21d943d321962168f59fbe018f03585d5501a15 | |
parent | 87c638e630e8a8869177aa724ef44ae8f973d87a (diff) | |
download | onetimebluh-18b2c363d9a32793846ac965866e44b2b9ad333b.tar.gz onetimebluh-18b2c363d9a32793846ac965866e44b2b9ad333b.tar.bz2 onetimebluh-18b2c363d9a32793846ac965866e44b2b9ad333b.zip |
Syntax change
Changed incorrect markdown syntax in README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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): |