On May 29, 2007, at 3:34 PM, Allan Odgaard wrote:
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.
I use 1Passwd (anything in the browser) and Yojimbo (anything else) nowadays for it and a hardcopy of the most important stuff stored outside the apartment ;)
Niels