hashids / hashids.github.io

This is the old Hashids website. It is no longer maintained and has migrated over to Sqids.
https://sqids.org
206 stars 34 forks source link

Updated list of recommended hash algorithms #83

Closed RicoBrase closed 1 year ago

RicoBrase commented 2 years ago

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/

4kimov commented 1 year ago

@RicoBrase Sorry for the super late reply & thank you for the PR. I agree, those are good changes.

Closing since the project is moving.