C#中的MD5加密

1
using System.Web.Security;

2

 string pswd = FormsAuthentication.HashPasswordForStoringInConfigFile(TextBox2.Text, "MD5");

posted @ 2017-04-26 20:23  埃斯梅拉达  阅读(405)  评论(0)    收藏  举报