A Password hashing library inspired by PHP's password_*() function family. The goal is providing a unified interface for different hashing algorithms, as well as a way to upgrade hashes, both the parameters within a single hashing algorithm, as well as switching between different algorithms.
This project has declared the following modules:
Name | Description |
---|---|
pwhash-core | Core library and modern hashing algorithms for password hashing |
pwhash-pbkdf2 | Support for PBKDF2 family of password hashing functions |
pwhash-migrationtest | Test project for migrations between different algorithms |