Re: [PHP] encrypt and decrypt in standard PHP

2001-02-23 Thread Mukul Sabharwal
> ----- Original Message - > From: Zhu George-CZZ010 <[EMAIL PROTECTED]> > Newsgroups: php.general > Sent: Friday, February 23, 2001 11:07 AM > Subject: [PHP] encrypt and decrypt in standard PHP > > > > As the PHP manual indicates, we can use Mcrypt >

Re: [PHP] encrypt and decrypt in standard PHP

2001-02-23 Thread Richard Lynch
php.general Sent: Friday, February 23, 2001 11:07 AM Subject: [PHP] encrypt and decrypt in standard PHP > As the PHP manual indicates, we can use Mcrypt to do the encrypt and decrypt work in PHP, but that needs to download the encrypt module and recompile PHP. Is there any other way to en

[PHP] encrypt and decrypt in standard PHP

2001-02-23 Thread Zhu George-CZZ010
As the PHP manual indicates, we can use Mcrypt to do the encrypt and decrypt work in PHP, but that needs to download the encrypt module and recompile PHP. Is there any other way to encrypt and decrypt the string in standard PHP4.0.4 without any extension module? Thank you very much! --