PatrickJS / angular-md5

md5 for Angular.js and Gravatar filter
MIT License
132 stars 55 forks source link

Wrong hashes for special charaters #5

Open hgschwibbe opened 10 years ago

hgschwibbe commented 10 years ago

The md5.createHash function generates wrong hashes for special charaters like üäöÜÄÖ.

pbdm commented 9 years ago

same error in chinese charaters

pawellen commented 9 years ago

same in polish characters:(

qinjx commented 9 years ago

yes, because there is no UTF8 supporting, maybe Google's crypto-js can help you: https://code.google.com/p/crypto-js/