angular-md5 icon indicating copy to clipboard operation
angular-md5 copied to clipboard

Wrong hashes for special charaters

Open hgschwibbe opened this issue 10 years ago • 3 comments

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

hgschwibbe avatar Aug 29 '14 18:08 hgschwibbe

same error in chinese charaters

pbdm avatar Dec 29 '14 11:12 pbdm

same in polish characters:(

pawellen avatar Aug 27 '15 09:08 pawellen

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

qinjx avatar Oct 22 '15 02:10 qinjx