CoreLean
CoreLean

Reputation: 2139

IPasswordHasher of identity 2.0 to recover password?

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

Answers (1)

Hao Kung
Hao Kung

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

Related Questions