作者 郭文星

123

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