[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 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



[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 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.

 Thanks

 CDitty




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



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] wrote:
 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 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.
 
  Thanks
 
  CDitty
 
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


=
Mark Weinstock
[EMAIL PROTECTED]
***
You can't demand something as a right unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***

__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

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