点击或拖拽改变大小

SoftSecurityMD5Decrypt 方法

解密过程,使用的是DES对称的加密

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static string MD5Decrypt(
	string pToDecrypt,
	string password
)

参数

pToDecrypt
类型:SystemString
等待解密的字符
password
类型:SystemString
密钥,长度为8,英文或数字

返回值

类型:String
返回原密码,如果解密失败,返回‘解密失败’
参见