点击或拖拽改变大小

SoftSecurityMD5Encrypt 方法

加密数据,采用DES对称加密的方式

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

参数

pToEncrypt
类型:SystemString
待加密的数据
Password
类型:SystemString
密钥,长度为8,英文或数字

返回值

类型:String
加密后的数据
参见