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.
Filed under:

Comments

# re: MD5, SHA1, SHA256, SHA384, SHA512 Hash class article.

Sunday, February 29, 2004 6:55 AM by Bleyke

we use it in our zosa project and it rocks

# re: MD5, SHA1, SHA256, SHA384, SHA512 Hash class article.

Sunday, February 29, 2004 8:06 PM by CyberWolf

gonna use it for asp.net project
thanks alot mister elite coder ;) (in a positive meaning that is :p)

# Take Outs: The Digital Doggy Bag of Blog Bits for 29 February 2004

Tuesday, March 02, 2004 5:32 PM by TrackBack

Take Outs: The Digital Doggy Bag of Blog Bits for 29 February 2004

# re: MD5, SHA1, SHA256, SHA384, SHA512 Hash class article.

Sunday, March 07, 2004 5:49 AM by Spike

hmm, Isn't this something we use in Zosa ;-)

Keep up the good work David and tnx for the code, I'am sure I can use it for other projects then Zosa too.

# re: MD5, SHA1, SHA256, SHA384, SHA512 Hash class article.

Saturday, March 27, 2004 7:22 AM by Newman

how to use them

somebody can give me exmples,

thank!

newman0708@yahoo.com.cn

# re: MD5, SHA1, SHA256, SHA384, SHA512 Hash class article.

Saturday, March 27, 2004 8:56 AM by David Cumps

Look at http://weblogs.asp.net/cumpsd/articles/81507.aspx
Download the project and see, or view the example right under "This is how we test it:"