Encrypting/Decrypting

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Jim
Forum Contributor
Posts: 238
Joined: Fri Apr 19, 2002 5:26 am
Location: Near Austin, Texas

Encrypting/Decrypting

Post by Jim »

How do I encrypt and then decrypt my cookies and passwords?

Rather short and to the point, but your help would be much appreciated :)
User avatar
fatal
Forum Contributor
Posts: 118
Joined: Sat Apr 20, 2002 10:47 am
Location: East Coast

Post by fatal »

Jim... read up on the functions: mcrypt_decrypt(), mcrypt_encrypt(), and also MD5(). Those are some functions off the topof my head... checkout the manual at: http://www.php.net/manual/en/
Post Reply