将字符串进行MD5加密,返回加密后的字符串。

  从这里下载Md5.cs文件:http://pan.baidu.com/s/1hq3gpnu

  添加到Windows Phone 7项目中,在代码里面这样调用:

1 String strPassword = "password";
2 String strPasswordMD5 = JeffWilcox.Utilities.Silverlight.MD5.GetMd5String(strPassword);
3 MessageBox.Show(strPasswordMD5);

 

附图:

WP开发笔记——字符串 转 MD5 加密

 

WP开发笔记——字符串 转 MD5 加密

 

WP开发笔记——字符串 转 MD5 加密

相关文章:

  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
  • 2021-07-19
  • 2021-08-20
  • 2021-12-29
猜你喜欢
  • 2022-12-23
  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
  • 2021-08-17
相关资源
相似解决方案