A simple password hasher library.
This is mostly an abstraction around password hashers to have an OOP interface to work with.
Installation via Composer
composer require Phauthentic/password-hashers
- 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
Licensed under the MIT license.
- Copyright (c) Phauthentic
- Copyright (c) Cake Software Foundation, Inc.