========================================== PassLib |release| documentation ========================================== Welcome ======= Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 20 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a large range of tasks, including: * quick-start password hashing for new python applications ~ :doc:`quickstart guide ` * constructing a configurable hashing policy to match the needs of any python application ~ :data:`passlib.context` * reading & writing Apache htpasswd / htdigest files ~ :mod:`passlib.apache` * creating & verifying hashes used by MySQL, PostgreSQL, OpenLDAP, and other applications ~ :mod:`passlib.apps` * creating & verifying hashes found in Unix "shadow" files ~ :data:`passlib.hosts` See the library overview for more details and usage examples. Quick Links =========== .. raw:: html
Online Resources ================ .. rst-class:: html-plain-table ================ =================================================== **Homepage**: ``_ **Online Docs**: ``_ **Discussion**: ``_ ---------------- --------------------------------------------------- ---------------- --------------------------------------------------- **PyPI**: ``_ **Downloads**: ``_ **Source**: ``_ ================ ===================================================