doramail05
asked on
Decrypt for password with formsauthentication
with the article
http://www.devasp.net/net/articles/display/247.html
it uses FormsAuthentication.HashPa sswordForS toringInCo nfigFile
to encrypt password,
but to decrypt it,
i attempt to use
FormsAuthenticationTicket faticket = FormsAuthentication.Decryp t(txtShowV alue.Text) ;
lblresults.Text = faticket.Name.ToString();
getting the error : Unable to validate data
http://www.devasp.net/net/articles/display/247.html
it uses FormsAuthentication.HashPa
to encrypt password,
but to decrypt it,
i attempt to use
FormsAuthenticationTicket faticket = FormsAuthentication.Decryp
lblresults.Text = faticket.Name.ToString();
getting the error : Unable to validate data
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
i guess most of the post were saying unable to decrypt else security breach.
http://forums.asp.net/p/1608654/4107624.aspx