点击或拖拽改变大小

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
)

参数

decryptString
类型:SystemString
待解密的字符串
decryptKey
类型:SystemString
解密密钥,要求为8位,和加密密钥相同

返回值

类型:String
解密成功返回解密后的字符串,失败返源串
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架