The Passlib documentation has moved to https://passlib.readthedocs.io
API Reference¶
The reference section contains documentation of Passlib’s public API. These chapters are focused on providing detailed reference of the individual functions and classes; they will generally be cross-linked to any related walkthrough documentation (which tries to provide a higher-level synthetic view).
Note
Primary modules:
The primary modules that will be of interest are:
Caution
Internal modules:
The following modules are mainly used internally, may change structure between releases, and are documented mainly for completeness:
Alphabetical module list:
passlib.apache
- Apache Password Filespasslib.apps
- Helpers for various applicationspasslib.context
- CryptContext Hash Managerpasslib.crypto
- Cryptographic Helper Functionspasslib.exc
- Exceptions and warningspasslib.ext.django
- Django Password Hashing Pluginpasslib.hash
- Password Hashing Schemespasslib.hosts
- OS Password Handlingpasslib.ifc
– Password Hash Interfacepasslib.pwd
– Password generation helperspasslib.registry
- Password Handler Registrypasslib.totp
– TOTP / Two Factor Authenticationpasslib.utils
- Helper Functions