tvorwachs/phpass

Portable PHP password hashing framework based on http://openwall.com/phpass/

Installs: 852

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tvorwachs/phpass

v0.3.0 2016-09-09 00:00 UTC

This package is auto-updated.

Last update: 2025-10-04 18:38:30 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. Requires php >= 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