On 29. May 2007, at 13:53, Bonhôte André wrote:
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?
This would require implicitly invoked import/export code, which TM does not support.
One popular option for sensitive files is to store them on an encrypted disk image.