Working Rfc2898DeriveBytes.Pbkdf2 in Java [migrated]
I have some passwords hashed with C# using Rfc2898DeriveBytes.Pbkdf2(bytes,src,5000,HashAlgorithmName.SHA1,24) (an older implementation) and would like to port this code to java.
However I don’t seem to get the two hashes to be the same.
… Continue reading Working Rfc2898DeriveBytes.Pbkdf2 in Java [migrated]