2
Answers

PasswordHash in authentication

Hi,    I am using Aspnet identity the token based owin authentication in web api. It store password in password hash.I cant decrypt it.I want password for autologin functionality. but it is in passwordhash.so How i get password in plaintext.

Answers (2)