jamessan / vim-gnupg

This script implements transparent editing of gpg encrypted files.
http://www.vim.org/scripts/script.php?script_id=3645
729 stars 73 forks source link

Symmetric encryption #70

Closed hurlebouc closed 8 years ago

hurlebouc commented 8 years ago

Hello ! When I open a symmetrically encrypted file using this plugin, it asks me for the password: it's good. But when I want to write changes, I have to give again the password twice. Is there a way that makes the plug-in able to keep the same password all the time the file is open?

Thank you

jamessan commented 8 years ago

The plugin intentionally doesn't do any password handling. That's all done by gpg. Gpg prompts you twice because it wants to ensure you're typing the right password.