示例#1
0
 protected void btnSave_Click(object sender, EventArgs e)
 {
     lblsha256.Text = DAL_Users.GetHash256(txtPassword.Text, txtPassword.Text);
     // lblsha512.Text = Security.GetHash512(txtPassword.Text);
     lblsha512.Text = DAL_Users.GetHash512(txtPassword.Text, txtPassword.Text);
 }