Re: [PHP] Decode Encoded text in phpMyAdmin

2002-02-15 Thread David
So then there's no way to get it decoded :(. Ah well, thanks for your help anyway. -- - Dave Visit http://www.geocities.com/earthtohorny/ for info on Computers and Upgrading. "Joffrey Van Wageningen" <[EMAIL PROTECTED]> wrote in message 00f101c1b570$d4697450$[EMAIL PROTECTED]">news:00f101c1b570

Re: [PHP] Decode Encoded text in phpMyAdmin

2002-02-14 Thread Joffrey van Wageningen
> 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.

Re: [PHP] Decode Encoded text in phpMyAdmin

2002-02-14 Thread Toni Kustiana
porting base64 encode/decode module on Perl to php. http://www.cpan.org David <[EMAIL PROTECTED]> wrote: 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 -- - Dave Visit http