Thursday, December 3, 2009

Digest Hex Compute Tool

It is become a kind of standard to store hash (digest) of application user passwords in the database encoded as hex string. The proliferation of this technique can be identified due to the PHP functions like md5() and sha1(). When debugging login-problems of such applications, I always used to write a PHP file for computing the password when comparing/updating it with the DB stored hash. I found this difficult. So I developed this tiny tool which does the computation:

Digest Hex Compute-WizTools.org

Download.

No comments: