asp.net中MD5

首先需要引用using System.Security.Cryptography;

然后再调用FormsAuthentication.HashPasswordForStoringInConfigFile(str, "MD5");方法即可!

posted @ 2013-01-04 11:20  zero@  阅读(131)  评论(0编辑  收藏  举报