"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 anything that can help.


Here is the most recent (draft) spec I could find:
http://community.roxen.com/developers/idocs/drafts/draft-josefsson-base-enco
ding-04.html

Be aware, there are several different suggested alphabets:
http://www1.ietf.org/mail-archive/ietf/Current/msg13890.html


I don't know of any php implementation offhand, but
it doesn't seem especially difficult.

--
Hugh Bothwell     [EMAIL PROTECTED]     Kingston ON Canada
v3.1 GCS/E/AT d- s+: a- C+++ L++>+++$ P+ E- W+++$ N++ K? w++ M PS+
PE++ Y+ PGP+ t-- 5++ !X R+ tv b++++ DI+++ D-(++) G+ e(++) h-- r- y+



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

Reply via email to