
This class provides the functionality to encrypt and decrypt a text string. The class makes use of the PHP mcrypt extension which provides the ability to create two way encryption, or decoding of text messages. <?php /* Online PHP Examples with Source Code website: http://4evertutorials.blogspot.in/ */ error_reporting(E_ALL); class runCrypt...