From 6d80d414cd2adfb5cc0d09074ee0c5c7288fb67e Mon Sep 17 00:00:00 2001 From: Seppia Date: Thu, 16 Jun 2016 00:15:29 +0200 Subject: updated README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2448196..c50a4ef 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,18 @@ onetimebluh --encrypt message --key-file pad --output encrypted-message onetimebluh --decrypt encrypted-message --key-file pad --outptut decrypted-message ``` +Is recommended to use the `-t` option in order to be sure not to use more than once the same pieces of the pad to encrypt your data. Here follows an other example: + +``` +onetimebluh --encrypt message --key-file pad --output encrypted-message --tear-page +``` + +Or using the short options: + +``` +onetimebluh -te message -k pad -o encrypted-message +``` + You can print the help by running `onetimebluh --help` or `onetimebluh -h`. ``` -- cgit v1.2.3