NYCPHP Meetup

NYPHP.org

[nycphp-talk] One Login for multiple sites

John Nunez john at coolmacgames.com
Mon Jun 20 10:53:38 EDT 2005


I am using PEAR:Crypt:Blowfish to encrypt the string.  I will test  
the base64 encoding to see if that is the error.  What is MIME64?   
The reason I ask is that the ASP COM object has the option to encode  
into MIME64.

Thanks,
John Nunez


On Jun 20, 2005, at 10:41 AM, csnyder wrote:

> On 6/20/05, John Nunez <john at coolmacgames.com> wrote:
>
>> The problem I get is that the blowfish encryption is
>> giving a different result than the one that is used on the ASP.NET
>> server.
>>
>
> How are you performing the encryption?
>
>
>> Plus the encrypted text contains many unprintable
>> characters.
>>
>
> Use base64_encode() to translate the binary into printable ascii. This
> increases the length of the string by about 30%. It will still need to
> be urlencoded as well, but will be much shorter than urlencoding the
> binary string.
> _______________________________________________
> New York PHP Talk Mailing List
> AMP Technology
> Supporting Apache, MySQL and PHP
> http://lists.nyphp.org/mailman/listinfo/talk
> http://www.nyphp.org
>




More information about the talk mailing list