 | EncryptionDecryptDES 方法 (String, String) |
Sweet 开发框架
DES解密
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static string DecryptDES(
string decryptString,
string decryptKey
)
Public Shared Function DecryptDES (
decryptString As String,
decryptKey As String
) As String
static member DecryptDES :
decryptString : string *
decryptKey : string -> string
参数
- decryptString
- 类型:SystemString
待解密的字符串 - decryptKey
- 类型:SystemString
解密密钥,要求为8位,和加密密钥相同
返回值
类型:
String解密成功返回解密后的字符串,失败返源串
参见