Page 1 of 1

PHP:Two - way encryption function

Posted: Tue Jun 21, 2005 11:57 pm
by raghavan20
I am looking for two way encryption functions in PHP. I wanted to encrypt a data and decrypt them when required.

Could you suggest some of the encryption functions available with PHP?

Posted: Wed Jun 22, 2005 12:08 am
by method_man
i went to http://www.php.net and searched "encryption" and i came up with this.

http://us4.php.net/mcrypt

thats got some encryption functions
hope that helps