Hello,
On Windows 7, I use the following command lines to encrypt and decrypt using
a symmetric key:
1) gpg -o foo.gpg -c --force-mdc foo.txt
2) del foo.txt
3) gpg -o foo.txt -d foo.gpg
The first command would be done once per file. Then, I would like to open
the foo.gpg file, edit it, and save it from within Vim. How can this be
done?
(At present, when I open foo.gpg from within Vim, the plugin gnupg.vim
incorrectly reports: "File is not encrypted, all GPG functions disabled!").
Thanks,
--Suresh
--
You received this message from the "vim_use" 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
Tuesday, September 25, 2012
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment