JHAesEncrypt.Decode Method

DCSoft.DBUtilityGeneric

JHAesEncryptDecode Method
AES解密

Namespace: DCSoft.Utility.Security
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static string Decode(
	string text,
	string aesIv,
	string aesKey
)

Parameters

text
Type: SystemString
密文
aesIv
Type: SystemString
AES 初始化向量
aesKey
Type: SystemString
AES密钥

Return Value

Type: String
明文
See Also