bordoni/phpass
Modernized, namespaced fork of Openwall Phpass (0.3) with Composer autoloading and unit tests. Provides PasswordHash for hashing and verifying passwords with minimal stylistic changes; public domain code, PHP 5 style.
Hash facade for specific use cases.Adopt if:
crypt() or MD5).Look elsewhere if:
password_hash() (built-in bcrypt support).paragonie/bcrypt).Hash facade (more features, active updates).For Executives: "This package lets us securely hash passwords using bcrypt, a gold-standard algorithm recommended by OWASP, without building or maintaining custom cryptography. It’s a lightweight, no-cost solution that reduces compliance risks (GDPR, PCI DSS) in authentication flows. Since it’s a fork of a trusted but deleted library, we avoid dependency risks while keeping implementation costs low. Ideal for legacy systems or projects where we need Phpass-compatible hashes."
For Engineering: *"bordoni/phpass is a minimal, namespaced wrapper for Openwall Phpass (bcrypt), giving us:
Hash instead).For Security Teams: *"This implements bcrypt with Openwall Phpass’s salt scheme, meeting OWASP’s ‘Password Storage Cheat Sheet’ recommendations. The fork ensures continuity after the original repo’s deletion, but we should:
Hash or paragonie/bcrypt).How can I help you explore Laravel packages today?