aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Frank Denis <github@pureftpd.org>2017-12-31 14:20:35 +0100
committerGravatar Frank Denis <github@pureftpd.org>2017-12-31 14:36:01 +0100
commit360365cdaf843ea5f56af75b64bec8d39f34bf37 (patch)
tree51f132f4a1c8342bc7a663bae28b76d4efc58a6e /README.md
parentaaca11ca8615e72aa0f281422df2614bb2f3e945 (diff)
downloadtweetpipe-360365cdaf843ea5f56af75b64bec8d39f34bf37.tar.gz
Add -P (read password from file) and -G (generate a password)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index df8d403..908f8aa 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,10 @@ encpipe -d -p password -i inputfile -o outputfile
`-i` and `-o` can be set to `-` or omitted to read/write from the
standard input/output.
+`-P password_file` can be used to read the password from a file.
+
+If you don't feel inspired, `-G` prints a random password.
+
Example - encrypted file transfer:
```sh
@@ -52,9 +56,3 @@ Use `gmake` instead of `make` on BSD systems.
# Why
It was faster to write than remember how to use GnuPG and OpenSSL.
-
-# Yes
-
-It's using passwords. Provided on the command-line. Yes, it actually
-does that. I needed that. Right now. Other options will be
-implemented. Next year.