Decrypting rfc2898 password
问题 I'm in the middle of development and I need to test my login/password api. Problem is in the database the password is encrypted. I have the following information. key iteration salt Is this enough to recover the password? By the way I can edit these values as well if that will help. 回答1: I think you misunderstood, how a password API works. You cannot reverse a properly hashed password, but you can validate an entered password against the stored hash. To validate the entered password, you need