Passwor

wxdqz

New Member
I'm encrypting the passwords from users with the mysql function PASSWORD(), storing them in a table.
Now i would like to "decrypt" this again using PHP.
I read on the mysql-site that this function is non-reversible, but is there any PHP-function which can do the job??
 
Back
Top