PHP:Two - way encryption function

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

PHP:Two - way encryption function

Post 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?
method_man
Forum Contributor
Posts: 257
Joined: Sat Mar 19, 2005 1:38 am

Post 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
Post Reply