PHP AES 算法 使用iv

直接上代碼php <?php class AES { protected $cipher = MCRYPT_RIJNDAEL_128; //根據須要選擇 protected $mode = MCRYPT_MODE_CBC; //根據須要選擇 protected $pad_method = NULL; protected $secret_key = 'AadfAenf
相關文章
相關標籤/搜索