JHAesEncrypt.Encode Method

DCSoft.DBUtilityGeneric

JHAesEncryptEncode 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 Encode(
	string text,
	string aesIv,
	string aesKey
)

Parameters

text
Type: SystemString
加密内容
aesIv
Type: SystemString
AES 初始化向量
aesKey
Type: SystemString
AES密钥

Return Value

Type: String
密文
See Also