un-md5
Moderator: General Moderators
- Sevengraff
- Forum Contributor
- Posts: 232
- Joined: Thu Apr 25, 2002 9:34 pm
- Location: California USA
- Contact:
un-md5
is there a function that would de-crypt a md5() thing?
- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact:
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.
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.