On Friday 16 Jan 2015 19:32:20 Chris Green wrote:
The big advantage is simplicity, I simply do:- vi -k <password> file and the file is automatically decrypted and encrypted for me.
If you are using Vim, then you could try the gpg plugin: https://github.com/jamessan/vim-gnupg
This plugin transparently en/decrypts files ending in .gpg, .pgp or .asc with GnuPG. Also, together with gpg-agent you won't have to type in the password every time you open the file (within a certain time limit).
Just a thought. Th