rosegaar / phpass
Portable PHP password hashing framework
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:framework
This package is not auto-updated.
Last update: 2025-05-04 02:28:49 UTC
README
Written by Solar Designer in 2004-2006 and placed in the public domain. Revised in subsequent years, still public domain.
There's absolutely no warranty.
The homepage URL for this framework is: http://www.openwall.com/phpass/
Installation
composer require rosegaar/phpass
Usage
use Rosegaar\PHPass\PHPass; $hasher = new PHPass(8, true); $password = $hasher->HashPassword('password');