rosegaar/phpass

Portable PHP password hashing framework

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:framework

1.0.1 2021-09-10 14:22 UTC

This package is not auto-updated.

Last update: 2024-06-01 22:00:08 UTC


README

GitHub tag (latest SemVer) License: MIT

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');