Email Encrypt Class

  <?php   /** * Class Email Encrypt * From http://www.freesandbox.net/ * Under a GPL License v 2.0 * see http://www.gnu.org/licenses/gpl-2.0.html for further informations * */ Class EmailEncrypt { public $email; public $return; public $temp; public $enc_type;   /** * Construct function * Do nothing */ function __construct() {   }   /** * Private [...]