summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeppia <nonso@insicuri.net>2016-06-15 15:46:10 +0200
committerSeppia <nonso@insicuri.net>2016-06-15 15:46:10 +0200
commit3fc67dfb100be0dfc55c2f52be4678a57b095cdc (patch)
treeda617d8f02cff48738c878f4abd97824d0ce3885
parent068ef11b4b0b42ed72e0a215b7745aadbd970640 (diff)
downloadonetimebluh-3fc67dfb100be0dfc55c2f52be4678a57b095cdc.tar.gz
onetimebluh-3fc67dfb100be0dfc55c2f52be4678a57b095cdc.tar.bz2
onetimebluh-3fc67dfb100be0dfc55c2f52be4678a57b095cdc.zip
added new option line and overall fixing
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index efd2c50..2448196 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ gcc -Wall -Wpedantic -lcrypto onetimebluh.c -o onetimebluh -v
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):
+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):
```
onetimebluh --key-gen --nbytes 4096 --output message
@@ -28,7 +28,7 @@ onetimebluh --decrypt encrypted-message --key-file pad --outptut decrypted-messa
You can print the help by running `onetimebluh --help` or `onetimebluh -h`.
```
-ONETIMEBLUH USAGE:;
+ONETIMEBLUH USAGE:
onetimebluh [COMMAND] [OPTIONS] ...
COMMANDS:
@@ -43,6 +43,7 @@ OPTIONS
-k, --key-file=FILE use key (input)
-b, --nbytes=NUM number of bytes
-o, --output=FILE output name
+-t, --tear-page deletes from the pad file the bytes used to encrypt/decrypt
-Onetimebluh project repository at http://git.eigenlab.org/Seppia/onetimebluh
+Onetimebluh project repository at https://git.eigenlab.org/Seppia/onetimebluh
```