string myPass=System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(TextBox1.Text, "MD5");之后,那么我怎么能再把 myPass 里面的值变成原来的值呢??