-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide feedback on files with MDC protection #95
Comments
What version of the plugin are you using? Are you using nvim or vim, and which version? |
I had problems, so I updated to the newest version from the repository here and tried again. (Last Change: 2018 Aug 06) I'm using: VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Apr 10 2018 21:31:58) |
Perhaps useful:
That would at least confirm it did connect to the agent and get/store the correct password, I think. Rerunning |
|
|
Just testing, Maybe: https://unix.stackexchange.com/questions/50541/what-does-gpg-error-code-2gpg-err-unknown-packet-mean Checking further, without redirecting the error I get:
|
I decrypted, then reencrypted the file and it works. I don't know what the integrity stuff is, but it's for sure the file was not created before the year 2003. In any case, this doesn't appear to be an issue with the plugin, but with GPG itself. Unless you want to add the |
Hi. I came across this bug today migrating from 16.04 to 18.04. I added the line
to ~/.gnupg/options, and I could then get gpg to decrypt on the command line but still had the problem with vim and vim.gnupg:
By accident I found that if I pressed I then saved the file and re-encrypted it, and at this stage (presumably because of the cipher line ?) it is encrypted in a way which doesn't cause problems with vim.gnupg anymore. |
The plugin is unable to decrypt files in Ubuntu 18.04. It just get a
Message could not be decrypted! (Press ENTER)
error in vim. The same setup worked fine in Ubuntu 16.04.I noticed that I have to use the Qt pinentry program now for gpg to work at all -- the TTY entry does not work anymore. It may be a defect that's appear in the GPG too, but I don't know how to test that.
The text was updated successfully, but these errors were encountered: