常量使用 ZUC-128 流密码解密数据
128-bit key (16 bytes or 32 hex chars) / 128 位密钥
128-bit IV (16 bytes or 32 hex chars) / 128 位初始向量
Encrypted data (hex or base64 string, auto-detected) / 加密的数据(十六进制或 base64,自动检测)
可选options: ZUCDecryptOptions
字符串输入编码;省略时优先识别 Hex,再识别 Base64
Decrypted data as string / 解密后的数据
使用 ZUC-128 解密为 UTF-8 文本;二进制明文应使用 zucDecryptBytes。