类库说明文档
EncryptHelperDESDecrypt Method |
DES解密
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 DESDecrypt( string data, string key, string iv )
Parameters
- data
- Type: SystemString
需解密的字符串 - key
- Type: SystemString
键值 - iv
- Type: SystemString
IV值
Return Value
Type: String解码后的字符串
See Also