MD5, SHA1, SHA256, SHA384, SHA512 Hash class article.
Posted
Saturday, February 28, 2004 7:01 PM
by
CumpsD
Today's article is about making hash functions easier to create.
We create a class around MD5, SHA1, SHA256, SHA384 and SHA512.
I've used this in a small project a while ago to hash passwords and it has proven really usefull.
Check it out if you need a hashing class:
Create Hashes - MD5, SHA1, SHA256, SHA384, SHA512.