phauthentic / password-hashers
Password Hashing Library
3.0.0
2024-03-13 18:55 UTC
Requires
- php: ^8.0
Requires (Dev)
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.6
- squizlabs/php_codesniffer: ^3.9
This package is auto-updated.
Last update: 2026-02-26 08:11:08 UTC
README
A simple password hasher library.
This is mostly an abstraction around password hashers to have an OOP interface to work with.
Installation
Installation via Composer
composer require Phauthentic/password-hashers
Documentation
- Default Password Hasher features all algorithms phps password_hash() features.
- Fallback Password Hasher transparently upgrade hashes to new hash algorithms
- Md5 & Sha1 Password Hasher deprecated hasing algorithms for legacy apps
- Implementing your own Hasher
Copyright & License
Licensed under the MIT license.
- Copyright (c) Phauthentic
- Copyright (c) Cake Software Foundation, Inc.