me too - it was a space. i changed it to "+" and it worked fine.

$cookie = str_replace(' ', '+', $_COOKIE['foo']);



On 1/15/08, Bastien Koert <[EMAIL PROTECTED]> wrote:
>
> are you base64 encoding the resultant encryption string? I have found that 
> there are problems with certain characters that can result from the 
> encryption, usually a combination of characters that approximate a null or 
> end of line
>
> bastien> From: [EMAIL PROTECTED]> Date: Tue, 15 Jan 2008 21:41:45 -0600> To: 
> php-general@lists.php.net> Subject: Re: [PHP] Encryption failing> > > On Jan 
> 15, 2008, at 7:06 PM, Casey wrote:> > >> Maybe you could echo the results of 
> the failed ones and compare.> > I did that at first, thinking that "something 
> about these strings > might cause the problem." But then I realized: I can't 
> blame the > data. I don't have any control over what users use for passwords, 
> for > example. this thing is supposed to en/decrypt the strings I gige it, > 
> so there must be some kind of programming flaw.> > FWIW, there was no 
> discernible pattern to the failed strings, at > least not to me. (Not that it 
> matters.)> > Ken> > -- > PHP General Mailing List (http://www.php.net/)> To 
> unsubscribe, visit: http://www.php.net/unsub.php>
> _________________________________________________________________
>
>

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

Reply via email to