phauthentic / password-hashers
Password Hashing Library
Installs: 4 436
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
Requires (Dev)
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.6
- squizlabs/php_codesniffer: ^3.9
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.