获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
微信“加密后的证书内容”解密算法:https://pay.weixin.qq.com/wiki/doc/api/xiaowei.php?chapter=19_11nodejs官方文档:https://nodejs.org/docs/latest-v11.x/api/crypto.html#crypto_cipher_getauthtag
"加密后的证书内容”解密算法你好,根据nodejs官网api文档:When using an authenticated encryption mode ([代码]GCM[代码], [代码]CCM[代码] and [代码]OCB[代码] are currently supported), the [代码]cipher.getAuthTag()[代码] method returns a [代码]Buffer[代码] containing the authentication tag that has been computed from the given data.采用gcm模式加密的数据,解密时需要一个身份验证数据, 这个身份验证是加密的时候生成, 但是微信没有提供这个身份验证, 只有associated_data, key, nonce和加密数据, 是否无法解密?
2019-04-26