Description
Hashes and verifies passwords in Python using modern password-hashing choices. It helps applications avoid storing plain-text passwords and centralize password verification behavior.
Password storage is security-critical. Choose suitable algorithms and parameters, protect hashes and salts, and avoid logging credentials or password-derived values.