How to check file hash using whirlpool hash?

1.9k Views Asked by At

I wonder how to get whirlpool hash of a file. I can't find the definition for this in HashAlgorithm.

I'm working on a app which will calculate the hash of a file in few known hashing algorithms such as MD5, SHA1, SHA224, etc.

Any ideas?

EDIT. Since I have found source it is very complicated to run. Is there any easier solution for this?

1

There are 1 best solutions below

0
On BEST ANSWER

A quick Google search will produce a number of options to explore.

The Bouncy Castle library (which has full source code available) offers the Whirlpool algorithm. And this post on Koders.com also includes the full source.