This post will describe for how to encrypt and decrypt the string using mcrypt.
I have written the basic class for this encryption and decryption using mcrypt. I am not saying that this is the to the point solution for encrypt the string in two way methods, but this will be usefull for encrypt/decrypt string in efficient way.
Posted on April 13th, 2011 in Advance PHP, PHP Basics
There are mainly two types of string encryption method available
1) One way Encryption
2) Two way Encryption
