Class BasePasswordHasher

Abstract base class for password hashers

Declaration

class BasePasswordHasher
source link

Documentation

When creating your own hasher, you need to override algorithm,
verify(), encode() and safe_summary().

PasswordHasher objects are immutable.

Methods

Subclasses