nautilus.auth.primitives.passwordHash.
PasswordHash
Bases: object
object
This is a wrapper class over password hashes that abstracts equality
__eq__
Hashes the candidate string and compares it to the stored hash.
__repr__
Simple object representation.
coerce
Ensure that loaded values are PasswordHashes.
new
Creates a PasswordHash from the given password.
rehash
Recreates the internal hash.