2
Answers

How to get Original password from PasswordHash?

sameer shaikh

sameer shaikh

8y
186
1
Hi Everyone
 
i have created a simple project and successfully registerd user, user password stored in database as a passwordHash. Now i want to retrive Original password with help of PasswordHash and Salt.
 
if anyone have any idea please share.
 
thanks
 
Regards
Sameer 
Answers (2)
0
Vinay Singh

Vinay Singh

NA 5.9k 126.1k 8y
Hi
it's depend upon encryption you use to hash the password. just apply the description process.
have a look of the link for encryption and description of pass
http://www.codeproject.com/Articles/14150/Encrypt-and-Decrypt-Data-with-C
Accepted
0
sameer shaikh

sameer shaikh

NA 172 8k 8y
Thanks