-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
key preferences #182
Comments
Hello, Thanks for the report. I will check that because obviously using 3DES is not expected. |
Hello, After verification using a freshly created key it looks good to me:
or using the output of
As noted in RFC4880 section 9.2 and RFC4880 section 9.4, 3DES and SHA-1 must be implemented this is why you always see them in the Did you notice something else? |
Hi, sorry for the very late answer, the problem was not very relevant until now.
and for
Also, here's the output for a file encrypted with the corresponding public key (using
Not sure how to read the last two outputs, but the showpref command clearly only states 3DES as cipher. Also, I got a warning earlier when trying to encrypt a file with the imported gpg key that said |
I just realized that, when creating a new key its preferences default to 3DES as its cipher algorithm and there is no parameter in the API to change that. Does this come from the vault plugin itself or does the plugin read the gpg config for defaults?
The text was updated successfully, but these errors were encountered: