passlib

passlib is a Python library focused on password hashing, supporting multiple algorithms like bcrypt, scrypt, and argon2. It provides a unified interface for encrypting, verifying, and migrating passwords, making it ideal for secure authentication systems. Compatible with both Python 2 and 3, passlib also includes support for legacy Unix password formats.

Resource Introduction

Related Resources