keystone.common.password_hashing module¶
- keystone.common.password_hashing.check_password(password, hashed)[source]¶
Check that a plaintext password matches hashed.
hashpw returns the salt value concatenated with the actual hash value. It extracts the actual salt if this value is then passed as the salt.