[PHP] Re: PHP and base32 encryption

2003-06-05 Thread Hugh Bothwell
Cditty [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Someone has sent me a line of text that is base32 encrypted that I need to decrypt. Does anyone know of a php module or snippet that can decrypt this? I have searched on google and the php.net site, but was unable to find

[PHP] Re: PHP and base32 encryption

2003-06-04 Thread DvDmanDT
I've never even heard of base32... Only base64... Maybe mcrypt but nah, can't see why mcrypt would include that... Errmm... Maybe you should check for some RFC about this... geektools.com seems to let you search RFC's... Cditty [EMAIL PROTECTED] skrev i meddelandet news:[EMAIL PROTECTED] Someone

Re: [PHP] Re: PHP and base32 encryption

2003-06-04 Thread Mark
There's a dec2bas() function on this page that might be helpful... http://us3.php.net/bc - search the page for base32 There are also a number of references that come up quickly on google that will explain base32 encoding. You should be able to reverse engineer it. --- DvDmanDT [EMAIL PROTECTED]