R
Ravi Singh (UCSD)
Hello all
I am trying to compare the SHA 256 algorithm as implemented by
Christophe Devine and on using the .NET "SHA256Managed" but they do not
give me similar hashes.
Here is the Christophes implementation .
http://www.cr0.net:8040/code/crypto/sha256/
In .NET
SHA256Managed sha256 = new SHA256Managed();
sha256.ComputeHash( Encoding.ASCII.GetBytes("jonny") );
but I do not get similar hashes. Any ideas?
Thanks
Ravi Singh
I am trying to compare the SHA 256 algorithm as implemented by
Christophe Devine and on using the .NET "SHA256Managed" but they do not
give me similar hashes.
Here is the Christophes implementation .
http://www.cr0.net:8040/code/crypto/sha256/
In .NET
SHA256Managed sha256 = new SHA256Managed();
sha256.ComputeHash( Encoding.ASCII.GetBytes("jonny") );
but I do not get similar hashes. Any ideas?
Thanks
Ravi Singh