Ask HN: Where is the consumer-grade encryption?
I'm not sure I could ever explain asymmetric encryption to my mother, but it's not too difficult to imagine how one might simplify existing encryption software to work with symmetric encryption -- everyone who uses a computer understands what a password is.
So why has no standard emerged for this? I've seen various versions of it, from encrypted RAR files to the buried-in-properties file encryption offered by Windows Vista Pro and up, but nothing has ever "caught on."
The simplest workflow I can imagine is the user opening a program, selecting a file, entering a passphrase, and receiving an encrypted file. The user emails the file as an attachment to someone with advance knowledge of the passphrase, and they use the same program to decrypt the document and enjoy delicious cake. I'm sure this exists, but I have no idea where it is or what it's called.
2 comments
[ 2.5 ms ] story [ 13.0 ms ] threadWhy this is so is left as an exercise for the reader.
One example: use 7-zip to compress to an encrypted .zip or .7z archive. Uses AES-256 and is dead-simple to use.