On 03/02/12 at 10:00am, Taylor Hedberg wrote: > If all you need to store securely are text files, and you are a Vim > user, you can use Vim's built-in Blowfish encryption support. > > :set cryptmethod=blowfish > > Then use the :X command to set a key and encrypt the current buffer. I didn't know about that. That's interesting, thanks. --