Hello folks,
i've converted my password into hash through this mechanism
FormsAuthentica tion.HashPasswo rdForStoringInC onfigFile(s, "SHA1")
but the thing is that.. now i want to get my original password back..
So , is there any tactic through which i can get the original password...??
i've converted my password into hash through this mechanism
FormsAuthentica tion.HashPasswo rdForStoringInC onfigFile(s, "SHA1")
but the thing is that.. now i want to get my original password back..
So , is there any tactic through which i can get the original password...??
Comment