> * a buffer or two is created with the password in the clear, and a file > is saved with that (encrypted) password.
Well you could also obfuscate the passwords. tGpg keeps passwords in rot13 format in a script local variable -- for the current session. If I understand you correctly, you want to save the keywords only during the current session. The PID wouldn't help much once you quit vim and restarted it as another process. There are slightly more improved replacement-based encryption methods that should be rather easy to implement. Maybe they are safe enough when the passwords aren't written to the disk (with the exception of the swap file). Regards, Thomas. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
