Matt Vance vancematthew1983@yahoo.com [PGP-Basics]
2014-09-25 19:31:38 UTC
I recently built gnupg from source and have been changing some preferences. Some of the preferences I would like to set are related to s2k. As an example, this is similar to the command I used to set these preferences.
gpg --interactive --s2k-cipher-algo AES --s2k-digest-algo SHA512 --s2k-mode 3 --s2k-count 65000000 --edit-key 0xMyKeyID
After running this command, however, I do not know how to tell if the preferences I have set were applied. The shell did not provide any confirmation message. I also could not find any way to check the s2k settings applied to my key. I checked the man page and searched online.
1.) How can I view the s2k settings associated with a key?
2.) If there is not a way to view those settings, how can I be certain they were applied correctly?
3.) Is the command example I provided above accurate?
Thank you to everyone who participates on this group and also who help folks like me.
Matt
gpg --interactive --s2k-cipher-algo AES --s2k-digest-algo SHA512 --s2k-mode 3 --s2k-count 65000000 --edit-key 0xMyKeyID
After running this command, however, I do not know how to tell if the preferences I have set were applied. The shell did not provide any confirmation message. I also could not find any way to check the s2k settings applied to my key. I checked the man page and searched online.
1.) How can I view the s2k settings associated with a key?
2.) If there is not a way to view those settings, how can I be certain they were applied correctly?
3.) Is the command example I provided above accurate?
Thank you to everyone who participates on this group and also who help folks like me.
Matt