Fixed README.md
This commit is contained in:
@@ -22,14 +22,14 @@ Install it:
|
|||||||
cd endrilo
|
cd endrilo
|
||||||
sudo ./setup.py install
|
sudo ./setup.py install
|
||||||
|
|
||||||
Encode your message with any of the following ways:
|
Encode your message in any of the following ways:
|
||||||
|
|
||||||
endrilo --encode "my secret message"
|
endrilo --encode "my secret message"
|
||||||
echo -n "my secret message" | endrilo --encode-pipe
|
echo -n "my secret message" | endrilo --encode-pipe
|
||||||
endrilo --encode-file my-secret-file
|
endrilo --encode-file my-secret-file
|
||||||
cat my-secret-file | endrilo --encode-pipe
|
cat my-secret-file | endrilo --encode-pipe
|
||||||
|
|
||||||
Decode your message with any if the following ways:
|
Decode your message in any of the following ways:
|
||||||
|
|
||||||
endrilo --decode "SBQloiNpSSJFk6IlibRkjhJFSSJFWqQlVCYliRQ="
|
endrilo --decode "SBQloiNpSSJFk6IlibRkjhJFSSJFWqQlVCYliRQ="
|
||||||
echo -n "SBQloiNpSSJFk6IlibRkjhJFSSJFWqQlVCYliRQ=" | endrilo --decode-pipe
|
echo -n "SBQloiNpSSJFk6IlibRkjhJFSSJFWqQlVCYliRQ=" | endrilo --decode-pipe
|
||||||
|
|||||||
Reference in New Issue
Block a user