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! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP] encrypt and decrypt in standard PHP Zhu George-CZZ010
- Re: [PHP] encrypt and decrypt in standard PHP Richard Lynch
- Re: [PHP] encrypt and decrypt in standard PHP Mukul Sabharwal