Tuesday, 10 September 2013

Hash a string in Java/PHP no matter the language

Hash a string in Java/PHP no matter the language

Refer to this question for background.
Hashing using algorithms like SHA-256 in Java and PHP produce the same
result when the string given is in English, but how can I make the two
languages produce the same result when the input is in a language other
than English (like Chinese for example)?

No comments:

Post a Comment