Hi all ,
i am using
System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile("abc", "SHA1");
for paswword encryption , it convert to some encrypted format like
84A516841BA77A5B4648DE2CD0DFCB30EA46DBB4
now how can i recover from this encrypted code to back "abc" ..
thanx