代码改变世界

随笔档案-2017年01月

MD5方法代码(生成小写的md5) C#版本

2017-01-09 22:49 by hello,逗比, 2731 阅读, 收藏,
摘要: public string GetMD5Str(string input) { // Use input string to calculate MD5 hash MD5 md5 = System.Security.Cryptography.MD5.Create(); byte[] inputByt 阅读全文