I get the password as string md5 crypted.
To use checkpassword() the password is needed in cleartext.
Is there a function to decrypt strings crypted in md5 ?
decrypt md5
- kilianvp
- Posts:443
- Joined: Fri Jan 16, 2015 10:29 am
Re: decrypt md5
you can't decrypt md5. MD5 is a hash function.
usally you hash your password and compare the hash with the stored hash
usally you hash your password and compare the hash with the stored hash