Wednesday, January 5. 2011
How to create a PGP/GPG-key free of SHA-1
Trackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
Hi,
sha256 is default since 1.4.10 (or 2.0.13), but not for cert-hashing. This would be a good question to the gnupg user list, because they may have overlooked this. See http://lists.gnupg.org/pipermail/gnupg-announce/2009q3/000291.html.
You can see which algorithm is which by using this command:
gpg -v --version. Notice the numbers in round brackets.
So to your question: It's not too complicated (except key signature digests) and SHA-256 is already default, at least partly.
Hope this helps & regards,
Ben
sha256 is default since 1.4.10 (or 2.0.13), but not for cert-hashing. This would be a good question to the gnupg user list, because they may have overlooked this. See http://lists.gnupg.org/pipermail/gnupg-announce/2009q3/000291.html.
You can see which algorithm is which by using this command:
gpg -v --version. Notice the numbers in round brackets.
So to your question: It's not too complicated (except key signature digests) and SHA-256 is already default, at least partly.
Hope this helps & regards,
Ben