Does anyone know of an implementation of the Whirlpool hashing function for C#?
I've found a few in Java but none in either VB.NET or C#. If anyone can point me in the direction of one I'd be most grateful!
Thanks.
Printable View
Does anyone know of an implementation of the Whirlpool hashing function for C#?
I've found a few in Java but none in either VB.NET or C#. If anyone can point me in the direction of one I'd be most grateful!
Thanks.
Post one of the Java implementations and I'll get you the C# equivalent.
The Java implementation can be found here.
I have a translation, but it's too long to post in this forum.
I'll try to think of something - perhaps posting 3 replies...
The conversion to C# is posted temporarily at:
http://www.tangiblesoftwaresolutions...onversion.html
However, the indentation formatting is lost.
Also, there are still a couple of Java library method calls that aren't converted, but hopefully this gets you a lot closer to what you need.
That worked perfectly with the majority of the code converted. Thanks!
if some body has c#.net and java code of whirlpool hash algorithm, then plz. give me..