直接上代码吧

?View Code PHPclass CryptAES{

private $cipher = "rijndael-128";

private $mode = "cbc";

阅读全文——共901字