decrypt md5

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
2 posts • Page 1 of 1
marcel.gay@wimag.ch
Posts:62
Joined: Thu May 07, 2015 6:55 pm

decrypt md5

Post by marcel.gay@wimag.ch »

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 ?

kilianvp
Posts:443
Joined: Fri Jan 16, 2015 10:29 am

Re: decrypt md5

Post by kilianvp »

you can't decrypt md5. MD5 is a hash function.

usally you hash your password and compare the hash with the stored hash

2 posts • Page 1 of 1