I have gnupg.vim 3026 from http://www.vim.org/scripts/script.php?script_id=661
This is a plugin to edit a file encrypted with GnuPG. A few issues: - when encrypting files, unwiped plaintext is left on the temporary directory disk. This can be mitigated by setting TMPDIR to point to a ramdisk - if using a symmetric key, if the user makes a mistake and mismatches the password, the file is trashed (set to zero length). There is ane error message "Message could not be encrypted! File might be empty! (Press ENTER)" - if using a public key/private key, if the user's key has expired, the file can be decrypted and read but on writing the file is trashed (set to zero length). Specifically, if the private subkey used for encryption has expired then the file will be trashed. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php