PHP的openssl enc实现
使用guacamole-auth-json,对php客户端实现进行编码。
我需要能够使用aes-128-cbc密码对hmac sha256散列json进行加密。我有与哈希相同的输入数据,但是无法实现加密。
bash中的guacamole-auth-json示例工作
#!/bin/bash -e
##
## Encryption/signing key.
##
SECRET_KEY="$1"
##
## The filename of the JSON data being signed and encr...