EncryptHelper.DES3Decrypt Method

DCSoft.DBUtilityGeneric

EncryptHelperDES3Decrypt Method
DES3解密

Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static string DES3Decrypt(
	string data,
	string key
)

Parameters

data
Type: SystemString
需解密的字符串
key
Type: SystemString
键值

Return Value

Type: String
解码后的字符串
See Also