Re: Send Blowfish-encoded string to PHP

2007-12-25 Thread James Holmes
I'm using that quote next time someone asks me why we write in CF and not PHP! Sorry I can't help with the PHP part, by the way. On Dec 25, 2007 9:04 PM, Dmitrii 'Mamut' Dimandt <[EMAIL PROTECTED]> wrote: > > > I thought it was going to be easy :) Apparently it isn't. And PHP part > is a requirem

Re: Send Blowfish-encoded string to PHP

2007-12-25 Thread Dmitrii 'Mamut' Dimandt
Claude Schneegans wrote: > >>where redirectTo simply redirects the page over to some place and sends > the encoded value over with it. > > >>How can this be accomplished in PHP (using mcrypt library for instance)? > > Something is not clear: why does it has to be done in PHP since > apparently i

Re: Send Blowfish-encoded string to PHP

2007-12-24 Thread Claude Schneegans
>>where redirectTo simply redirects the page over to some place and sends the encoded value over with it. >>How can this be accomplished in PHP (using mcrypt library for instance)? Something is not clear: why does it has to be done in PHP since apparently it is not done yet, and you seem to do

Send Blowfish-encoded string to PHP

2007-12-24 Thread Dmitrii 'Mamut' Dimandt
Unfortunate as it is, but I need to send a string encrypted with Blowfish over to a PHP page, decrypt it there and use it there. Let's say: where redirectTo simply redirects the page over to some place and sends the encoded value over with it. Now, in Coldfusion I could easily do How c