hashids.github.io icon indicating copy to clipboard operation
hashids.github.io copied to clipboard

Updated list of recommended hash algorithms

Open RicoBrase opened this issue 3 years ago • 0 comments

Removed MD5 and replaced SHA-1 with SHA-2 in the list of recommended hash algorithms.

MD5 and SHA-1 generally shouldn't be recommended for ANY case of encoding "sensitive data" anymore. Both are considered to be cryptographically broken.

MD5: https://www.kb.cert.org/vuls/id/836068 SHA-1: https://sha-mbles.github.io/

RicoBrase avatar Mar 25 '22 12:03 RicoBrase