Open hgschwibbe opened 10 years ago
The md5.createHash function generates wrong hashes for special charaters like üäöÜÄÖ.
same error in chinese charaters
same in polish characters:(
yes, because there is no UTF8 supporting, maybe Google's crypto-js can help you: https://code.google.com/p/crypto-js/
The md5.createHash function generates wrong hashes for special charaters like üäöÜÄÖ.