Page 1 of 1

un-md5

Posted: Sun Nov 17, 2002 9:49 pm
by Sevengraff
is there a function that would de-crypt a md5() thing?

Posted: Sun Nov 17, 2002 10:12 pm
by hob_goblin
No, md5 is a one way encryption. Sorry..

You would be best off writing your own encryption method, or use something like http://www.php.net/manual/en/function.str-rot13.php but it depends on how safe you'd want things.