Legrandin / pycryptodome

A self-contained cryptographic library for Python
https://www.pycryptodome.org
Other
2.74k stars 492 forks source link

Export fingerprint of RSAkey #784

Open nltd101 opened 7 months ago

nltd101 commented 7 months ago

It is necessary to support export fingerprints with some hashing algorithms of RSA key.

It is configurable hash name specify different hashing algorithms for exporting fingerprints. I implemented support for multiple hashing algorithms, including SHA-256, SHA-512, and MD5.