Wednesday, September 26

MD5 equal to hash function in ColdFusion

I have an application and it requires login to enter the application. Due to all the passwords were hash in coldfusion, I can't see how to read/compare a password sent in php to match with the database value.

Luckily, MD5 of PHP can cater this job. MD5 also hash the password and the value is the same as coldfusion's hash.

No comments: