On Sun, Sep 13, 2015 at 6:26 AM, mwnx <[email protected]> wrote: > Hello vim_use, > > I created a plugin called VimCrypt to enable seamless reading and writing of > encrypted files in vim, which I find useful for password lists and other > sensitive information. Right now, it supports *openssl* and *gpg*, and can > be extended to support other methods. > > It is inspired by, and compatible with, Noah Spurrier's ssl.vim. So for > anyone else that has been using that plugin (as I have), vim will still be > able to read files encrypted through that plugin. It also fixes some bugs > present in ssl.vim, and in particular the one where wrongly entering a > password after :w would just cause the file to be written out in plaintext. > > Github: https://github.com/mwnx/vimcrypt
Other than support SSL, how does it compare to https://github.com/jamessan/vim-gnupg ? Justin M. Keyes -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
