hierynomus / sshj

ssh, scp and sftp for java
Apache License 2.0
2.49k stars 602 forks source link

Suggestions on Improving the Security Algorithm for Calculating Fingerprints #923

Closed Leopold0801 closed 8 months ago

Leopold0801 commented 8 months ago

I found that the MD5 algorithm is used to calculate the fingerprint. Why not consider the SHA-256 algorithm? SHA-256 is known to be more secure than MD5. 截图

hierynomus commented 8 months ago

It's MD5 as it's in the standard SSH format.