this
.Label1.Text
=
System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(
this
.TextBox1.Text,
"
MD5
"
);
this .Label2.Text = System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile( this .TextBox2.Text, " SHA1 " );
this .Label2.Text = System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile( this .TextBox2.Text, " SHA1 " );