Incorrect fingerprint generated for RSA identity key #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The fingerprint is the SHA1 sum of the public key that is DER encoded. From the output of the PEM encoded private key, you can get there with:
As a test case:
Gives the fingerprint:
It would be preferred to have all hex fingerprints be output uppercase as that's how Tor logs them, and it generally makes it easier to read and compare.