What's the state of support for SHA-2 in various platforms?
Posted
by Cheeso
on Stack Overflow
See other posts from Stack Overflow
or by Cheeso
Published on 2010-03-08T23:13:08Z
Indexed on
2010/03/08
23:36 UTC
Read the original article
Hit count: 214
I read that SHA-1 is being retired from the FIPS 180-2 standard.
Apparently there are weaknesses in SHA-1 that led to this decision. Can anyone elaborate on the basis for that decision? Are there implications for the use of SHA-1 in commercial applications?
My real questions are:
- What is the state of SHA-2 support in various class libraries and platforms?
- Should I attempt to move to SHA-2?
Interested in mainstream platforms: .NET, Java, C/C++, Python, Javascript, etc.
© Stack Overflow or respective owner