Skip to content

cipher: proper cipher/decipher tool #35

@katcipis

Description

@katcipis

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 :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions