2017 © Pedro Peláez
 

library phpass

A Composer-friendly PHPass port

image

friartuck6000/phpass

A Composer-friendly PHPass port

  • Wednesday, February 17, 2016
  • by friartuck6000
  • Repository
  • 1 Watchers
  • 1 Stars
  • 280 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 18 % Grown

The README.md

PHPass

A delicately modified port of the original PHPass hashing framework, made Composer-friendly., (*1)

Installation

composer install friartuck6000/phpass

Usage

use Phpass\PasswordHash;

$hasher = new PasswordHash(8, false);

// Generate a hash
$hash = $hasher->HashPassword('abc12345');

// Check a hash
if (!$hasher->CheckPassword('abc12345', $hash)) {
    die('Incorrect password!');
}

The Versions

17/02 2016

dev-master

9999999-dev

A Composer-friendly PHPass port

  Sources   Download

MIT

The Development Requires

17/02 2016

dev-development

dev-development

A Composer-friendly PHPass port

  Sources   Download

MIT

The Development Requires

17/02 2016

v0.3.0

0.3.0.0

A Composer-friendly PHPass port

  Sources   Download

MIT

The Development Requires