mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
7 lines
374 B
Plaintext
7 lines
374 B
Plaintext
Passlib is a password hashing library for Python 2 & 3, which
|
|
provides cross-platform implementations of over 30 password hashing
|
|
algorithms, as well as a framework for managing existing password
|
|
hashes. It's designed to be useful for a wide range of tasks, from
|
|
verifying a hash found in /etc/shadow, to providing full-strength
|
|
password hashing for multi-user application.
|