> Hello,
>          How can I decode encoded text/numbers in my phpMyAdmin? I looked
at
> BASE64, but thats not it. Any help is great. Thanks
>
> Example: 8e73b27568cb3be29e2da74d42eab6dd

i dont wanna spoil your day, but your looking at a md5 hash... md5 is a one
way encoding scheme, no way back... md5 is used to make a sum of a load of
data and compared by a second sum to see if the data matches (like passwords
or file integrety)

if you want 7bit encoding try base64_encoding and _decoding

hope you can have a good night sleep :)

mvgr,
Joffrey van Wageningen

--
.-[ Joffrey van Wageningen | WoLFjuh | [EMAIL PROTECTED] ]--------------
| Networking Event 2000 - www.ne2000.nl - IRCnet:#ne2000, Undernet:#clue
| PGP:1024D/C6BA5863 - 3B93 52D3 CB91 9CB7 C50D FA79 865F 628A C6BA 5863
| * We demand guaranteed rigidly defined areas of doubt and uncertainty.
|                                                       -- Douglas Adams


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to