-
Notifications
You must be signed in to change notification settings - Fork 2
cipher: proper cipher/decipher tool #35
Copy link
Copy link
Open
Description
I was already sad with my gpg that for only ciphering with a symmetric key asks for the password on a GUI. Lately I wanted to write some automation and this was getting on my way, trying to get around it I found this:
http://stackoverflow.com/questions/17769831/how-to-make-gpg-prompt-for-passphrase-on-cli
Requiring an agent just to know how you are going to receive a password does not seem to be simple...neither safe. The objective here is just to create a VERY simple tool that ciphers data symmetrically, it will guarantee confidentiality only, no guarantees on identity or integrity of data (would require key pairs). These other two problems could be addressed later if needed, I don't use them right now :-)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels