using System.Web.Security;
string password =FormsAuthentication.HashPasswordForStoringInConfigFile(txtPass.Text,"MD5");
2023-01-21 07:52:14
using System.Web.Security;
string password =FormsAuthentication.HashPasswordForStoringInConfigFile(txtPass.Text,"MD5");