tvorwachs / phpass
Portable PHP password hashing framework based on http://openwall.com/phpass/
v0.3.0
2016-09-09 00:00 UTC
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2026-03-04 19:29:59 UTC
README
This is Openwall's Phpass, based on the 0.3 release for namespace and composer:
The changes are only for composer and namespace. The source code is in the public domain. I claim no ownership, but needed it for one of my projects..
0.3.x- Original version. Requiresphp >= 5.3.3.
Installation
Add this requirement to your composer.json file and run composer.phar install:
{
"require": {
"tvorwachs/phpass": "v0.3.0"
}
}
or
run composer require tvorwachs/phpass