Hi
I'm looking for a way to easily encrypt and decrypt a text file. It should do the following:
- On open, ask for the passphrase and decrypt the document - Display the document plain text, allow edits - On save, automatically encrypt the document, but leave the unencrypted doc open.
I'd use this to store passwords.
Any ideas?
Thanks a lot!
André