Class
Encrypt Decrypt using the Rijndael 256 Mcrypt Class in PHP
You can encrypt and decrypt data using the following Mcrypt class:
<?
class pWord
{
var $mykey = "THISisMyKey";
You can encrypt and decrypt data using the following Mcrypt class:
<?
class pWord
{
var $mykey = "THISisMyKey";