========================================== PassLib |release| documentation ========================================== Welcome ======= Passlib is a password hashing library for Python, which provides cross-platform implementations of over 20 password hashing algorithms; as well as a framework for managing and migrating existing password hashes. It's designed to be useful for a large range of tasks: * as a cross-platform replacement for stdlib's crypt ~ :data:`passlib.hosts.host_context` * encrypting & verifying most hash formats used by: - Linux & BSD shadow files ~ :mod:`passlib.hosts` - Apache htpasswd & htdigest files ~ :mod:`passlib.apache` - MySQL, PostgreSQL, and Oracle, OpenLDAP, and other applications ~ :mod:`passlib.apps` * quick-start password hashing for new python applications ~ :doc:`new application quickstart ` * construct a configurable hashing policy to match the needs of any python application ~ :data:`passlib.context` See the :doc:`library overview ` for more details and usage examples. Quick Links =========== .. raw:: html
Online Resources ================ .. rst-class:: html-plain-table =============== =================================================== **Homepage**: ``_ **Docs**: ``_ **Discussion**: ``_ **PyPI**: ``_ **Downloads**: ``_ **Source**: ``_ =============== ===================================================