Re: [PHP] Encription

2008-07-01 Thread Stefano Esposito
On Mon, 30 Jun 2008 14:39:04 -0500 Will Fitch [EMAIL PROTECTED] wrote: Have you considered mcrypt then base64? Thanks, i was completely forgetting mcrypt... that's what i need :) -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: VOGLIA DI VACANZA ? *

[PHP] Encription

2008-06-30 Thread Stefano Esposito
Hi all, i need to encrypt a sensible string to pass it whit GET method. I need that to be decriptable (to use the string in the receiving script) and not to be base64 (too easy to decript)... is there anything similar, considering that my host hasn't installed the Pear::Crypt_GPG package?

RE: [PHP] Encription

2008-06-30 Thread Will Fitch
Have you considered mcrypt then base64? -Original Message- From: Stefano Esposito [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2008 2:37 PM To: php-general@lists.php.net Subject: [PHP] Encription Hi all, i need to encrypt a sensible string to pass it whit GET method. I need

Re: [PHP] Encription

2008-06-30 Thread Richard Heyes
my host hasn't installed the Pear::Crypt_GPG package? (actually, it hasn't installed Pear at all). You can just go to the pear (http://pear.php.net) website and cut/paste the code (using the same directory structure). There's no requirement to use the PEAR installer (in fact I don't and