Reputation: 2139
Is it possible to decrypt the password hashed by IPasswordHasher of Identity 2.0?
I see only two methods HashPassword
and PasswordVerificationResult
.
What if i want to decrypt the password? Is there any way around?
Upvotes: 1
Views: 1099
Reputation: 28200
No, we intentionally do not support "Recover password" functionality out of the box as its insecure, reset password is the mechanism that should be used instead.
Upvotes: 4