https://github.com/concretecms/phpass-compat
Library that stands in for hautelook/phpass and forwards password requests to password_hash
https://github.com/concretecms/phpass-compat
Last synced: 11 months ago
JSON representation
Library that stands in for hautelook/phpass and forwards password requests to password_hash
- Host: GitHub
- URL: https://github.com/concretecms/phpass-compat
- Owner: concretecms
- Created: 2021-09-10T18:26:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T00:49:18.000Z (about 4 years ago)
- Last Synced: 2025-06-06T18:52:59.272Z (about 1 year ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHPass Compat
This library shims some of the hautelook/phpass library to use `password_hash`, `password_verify` and `random_bytes`
This library DOES NOT support portable hashes created by hautelook/phpass.