标签: php aes
我在PHP中执行AES解密。 我使用过这些库。
header('Content-Type: text/event-stream'); header('Cache-Control: no-cache'); use Crypto\CMAC; use Crypto\Cipher;
我在这一行收到错误。
$cipher = Cipher::aes(Cipher::MODE_ECB, 128);
我是否需要为Windows安装任何扩展/库来执行解密