indutny / hash.js

Hash functions in pure javascript
316 stars 42 forks source link

MD5? #21

Open sbrl opened 6 years ago

sbrl commented 6 years ago

Gravatar requires that email addresses be hashed with MD5. It would be awesome if this library supported it.

wle8300 commented 5 years ago

MD5 has high-probability of collisions. Consider using another library, or don't use Gravatar.

sbrl commented 5 years ago

.....I couldn't find another library @wle8300, hence the request :P

fanatid commented 5 years ago

https://github.com/crypto-browserify/md5.js