https://github.com/php-standard-library/password
Secure password hashing and verification with bcrypt and Argon2
https://github.com/php-standard-library/password
argon2 bcrypt hashing password
Last synced: 10 days ago
JSON representation
Secure password hashing and verification with bcrypt and Argon2
- Host: GitHub
- URL: https://github.com/php-standard-library/password
- Owner: php-standard-library
- License: mit
- Created: 2026-03-17T01:42:24.000Z (3 months ago)
- Default Branch: next
- Last Pushed: 2026-03-31T17:04:38.000Z (2 months ago)
- Last Synced: 2026-04-17T12:36:55.931Z (about 2 months ago)
- Topics: argon2, bcrypt, hashing, password
- Language: PHP
- Homepage: https://php-standard-library.dev
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Standard Library - Password
Secure password hashing and verification with bcrypt and Argon2.
---
- [Documentation](https://php-standard-library.dev)
- [Contributing](https://github.com/php-standard-library/php-standard-library/blob/next/CONTRIBUTING.md)
- [Create Pull Request](https://github.com/php-standard-library/php-standard-library/pulls)
- [Report an Issue](https://github.com/php-standard-library/php-standard-library/issues)