Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:

Hi,

I have been looking into implementing SHA-2 Hashing into my application, but I am unsure if it is available in the .NET Framework. I have read conflicting info on the Net; some says that the SHA256, 384 and 512 are different bit strenght versions of SHA-1 and some say SHA-2. If not does anyone have a C# implementation of SHA-2?

Thanx!

Dave Shaw

History admires the wise, but elevates the brave. - Edmund Morris
Posted
Updated 1-Feb-11 9:30am
v2

Dave,

Have you read the article Good Bye MD5[^] by ediazc here on Code Project? It may point you in the direction you want to go.

Paul
 
Share this answer
 
v2
Comments
Paul Conrad 1-Feb-11 16:44pm    
Thank you for the modification, Henry. It looks as if the article was moved since Sept 2005.
SHA512 and SHA256 are two variants of the SHA-2 algorithm.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900