SHA-1 and Unicode
Posted
by Andrew
on Stack Overflow
See other posts from Stack Overflow
or by Andrew
Published on 2010-04-06T02:12:20Z
Indexed on
2010/04/06
2:23 UTC
Read the original article
Hit count: 496
Hi everyone,
Is behavior of SHA-1 algorithm defined for Unicode strings? I do realize that SHA-1 itself does not care about the content of the string, however,
it seems to me that in order to pass standard tests for SHA-1, the input string should be encoded with UTF-8.
© Stack Overflow or respective owner