chrissimpkins / crypto

Simple symmetric GPG file encryption and decryption
http://chrissimpkins.github.io/crypto
MIT License
48 stars 27 forks source link

Passphrase input #11

Open chrisidefix opened 9 years ago

chrisidefix commented 9 years ago

As described in #10 - this would add an option to input the passphrase through the command-line. The new option is called --passphrase and requires an option afterwards. I implemented it for the encryption as well as decryption side.