diff options
| author | 2017-12-31 14:20:35 +0100 | |
|---|---|---|
| committer | 2017-12-31 14:36:01 +0100 | |
| commit | 360365cdaf843ea5f56af75b64bec8d39f34bf37 (patch) | |
| tree | 51f132f4a1c8342bc7a663bae28b76d4efc58a6e /README.md | |
| parent | aaca11ca8615e72aa0f281422df2614bb2f3e945 (diff) | |
| download | tweetpipe-360365cdaf843ea5f56af75b64bec8d39f34bf37.tar.gz | |
Add -P (read password from file) and -G (generate a password)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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. |