vim-gnupg icon indicating copy to clipboard operation
vim-gnupg copied to clipboard

This script implements transparent editing of gpg encrypted files.

Results 20 vim-gnupg issues
Sort by recently updated
recently updated
newest added

Would you please add the feature, let vim-gnupg plugin save file at 0600 permission? I dont want let other people read my secret file, even it is encrypted one. Thank...

enhancement

Hi, So, if I have a file named 'myFile' that is encrypted but does not finish with .gpg, .pgp ar .asc, is it possible, once I start editing it to...

enhancement

Hi James, By reading the source I got the impression that when writing files are only signed if the variable `g:GPGPreferSign` is set to 1, regardless of whether the file...

enhancement

Usually in vim, one can't open the same file twice because a swap file is present, and one gets a warning on the second open (ie. the "Another program may...

enhancement

When editing pillar files for Salt, these might contain encrypted information, e.g. ``` foo: api_key: | -----BEGIN PGP MESSAGE----- Version: GnuPG v1 … -----END PGP MESSAGE----- ``` It is possible...

enhancement

Hi, when my encryption subkey expires I get a message like this from `gnupg.vim`: ``` The recipient "0xXXXXXXXXXXXXXXXX" is not in your public keyring! ``` Would it be possible to...

enhancement

Hi, I updated from `gnupg.vim` 2.5 to 2.6 and I started to notice that xterm flickers when opening a .gpg file with vim, before showing the key prompt from gpg....

I think if the project description explained better what vim-gnupg actually does under the hood it would be easier for a new user to understand what kind of security guarantees...

I run into strange situation when my gpg via terminal worked (exactly the same command copied from the log) however the plugin failed to loaded with "Message could not be...

A command to encrypt the current buffer to the clipboard would be really helpful

enhancement