un-md5

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Sevengraff
Forum Contributor
Posts: 232
Joined: Thu Apr 25, 2002 9:34 pm
Location: California USA
Contact:

un-md5

Post by Sevengraff »

is there a function that would de-crypt a md5() thing?
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post 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.
Post Reply