Function crypto::pbkdf2::pbkdf2_check
source · [−]Expand description
pbkdf2_check compares a password against the result of a previous call to pbkdf2_simple and returns true if the passed in password hashes to the same value.
Arguments
- password - The password to process as a str
- hashed_value - A string representing a hashed password returned by pbkdf2_simple()