AesCbcDecryptParameters interface
AES-CBC 加密算法的解密参数。
属性
algorithm | 要使用的加密算法。 |
ciphertext | 要解密的密码文本。 例如,Microsoft建议不要使用 CBC,而无需首先确保使用 HMAC 的密码文本的完整性。 有关详细信息,请参阅 https://learn.microsoft.com/dotnet/standard/security/vulnerabilities-cbc-mode。 |
iv | 加密期间生成的初始化向量。 |
属性详细信息
algorithm
ciphertext
要解密的密码文本。 例如,Microsoft建议不要使用 CBC,而无需首先确保使用 HMAC 的密码文本的完整性。 有关详细信息,请参阅 https://learn.microsoft.com/dotnet/standard/security/vulnerabilities-cbc-mode。
ciphertext: Uint8Array
属性值
Uint8Array
iv
加密期间生成的初始化向量。
iv: Uint8Array
属性值
Uint8Array