作者 郭文星

123

... ... @@ -138,9 +138,9 @@ class Prpcrypt
try {
print_r(12312312);return ;
$module = mcrypt_module_open(MCRYPT_RIJNDAEL_128, '', MCRYPT_MODE_CBC, '');
print_r($module);return ;
mcrypt_generic_init($module, $this->key, $aesIV);
//解密
... ...