C#之加密解密(信息安全)代码封装
MD5散列算法(单项加密) 必须引入System.Security.Cryptography 命名空间 /// /// 功能:MD5散列算法 /// /// 参数:待加密的字符串 /// 参数:特殊加密字符串 /// 返回值:加密后的密文(大写),string类型 public static string GetMd5Str(string inputStr, string
下载地址
用户评论