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