diff options
author | Seppia <nonso@insicuri.net> | 2016-06-12 17:48:32 +0200 |
---|---|---|
committer | Seppia <nonso@insicuri.net> | 2016-06-12 17:48:32 +0200 |
commit | 8f783454ebaf1582de901d5b955b0321292f131f (patch) | |
tree | 3c55910c7cca391a34f21115a2264cf1d35277c1 | |
parent | aef49b9b56c02753e5619dd2532883e5d254886c (diff) | |
download | onetimebluh-8f783454ebaf1582de901d5b955b0321292f131f.tar.gz onetimebluh-8f783454ebaf1582de901d5b955b0321292f131f.tar.bz2 onetimebluh-8f783454ebaf1582de901d5b955b0321292f131f.zip |
fixed README.md
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -9,16 +9,16 @@ Usage Example creates two keys of lenght 4096 bytes and use the first as a message and the second as the pad key (just for testing): -''' +``` onetimebluh --key-gen --nbytes 4096 --output message onetimebluh --key-gen --nbytes 4096 --output pad onetimebluh --encrypt message --key-file key --output encrypted-message onetimebluh --decrypt encrypted-message --key-file key --outptut decrypted-message -''' +``` -You can print the help by running 'onetimebluh --help' or 'onetimebluh -h'. +You can print the help by running `onetimebluh --help` or `onetimebluh -h`. -''' +``` ONETIMEBLUH USAGE:; onetimebluh [COMMAND] [OPTIONS] ... @@ -37,4 +37,4 @@ OPTIONS Onetimebluh project repository at http://git.eigenlab.org/Seppia/onetimebluh -''' +``` |