繁体中文
设为首页
加入收藏
当前位置:.Net技术首页 >> Asp.Net开发 >> DotNet中密码的加密(转)

DotNet中密码的加密(转)

2007-07-15 08:00:00  作者:  来源:互联网  浏览次数:0  文字大小:【】【】【
简介: ' This function encrypts the input string using the SHA1 and MD5 ' encryption algorithms Sub encryptString(Src As Object, E As EventArgs) SHA1.Text = CookieAuthentication.HashPasswordForStorin...
关键字:加密 密码 DotNet

<%@ Import Namespace="System.Web.Security" %>

Original Clear Text Password:

Encrypted Password In SHA1:

Encrypted Password In MD5:

责任编辑:admin
相关文章