[nycphp-talk] One Login for multiple sites
csnyder
chsnyder at gmail.com
Mon Jun 20 10:41:24 EDT 2005
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.
More information about the talk
mailing list