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?
PHP:Two - way encryption function
Moderator: General Moderators
- raghavan20
- DevNet Resident
- Posts: 1451
- Joined: Sat Jun 11, 2005 6:57 am
- Location: London, UK
- Contact:
-
method_man
- Forum Contributor
- Posts: 257
- Joined: Sat Mar 19, 2005 1:38 am
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
http://us4.php.net/mcrypt
thats got some encryption functions
hope that helps