Encryption of passwords in dotnet (EXT)

Source: Internet
Author: User
Tags dotnet md5 sha1
Encryption <%@ Import namespace= "System.Web.Security"%>
<script language= "VB" runat=server>
' This function encrypts the ' input string using the SHA1 and MD5
' Encryption algorithms
Sub encryptstring (Src as Object, E as EventArgs)
SHA1. Text = Cookieauthentication.hashpasswordforstoringinconfigfile (txtPassword.Text, "SHA1")
MD5. Text = Cookieauthentication.hashpasswordforstoringinconfigfile (txtPassword.Text, "MD5")
End Sub
</script>
<body>

<form runat=server>

<p><b>original Clear Text Password: </b><br>
<asp:textbox id= "Txtpassword" Runat=server/>
<asp:button runat= "Server" text= "Encrypt String" onclick= "encryptstring"/></p>

<p><b>encrypted Password in SHA1: </b>
<asp:label id= "SHA1" Runat=server/></p>

<p><b>encrypted Password in MD5: </b>
<asp:label id= "MD5" Runat=server/></p>

</form>

</body>


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.