2017 © Pedro Peláez
 

library phpass

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

image

tvorwachs/phpass

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

  • Friday, September 9, 2016
  • by tvorwachs
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Openwall Phpass for Composer

This is Openwall's Phpass, based on the 0.3 release for namespace and composer:, (*1)

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.., (*2)

  • 0.3.x - Original version. Requires php >= 5.3.3.

Installation

Add this requirement to your composer.json file and run composer.phar install:, (*3)

{
    "require": {
        "tvorwachs/phpass": "v0.3.0"
    }
}

or, (*4)

run composer require tvorwachs/phpass, (*5)

The Versions

09/09 2016

dev-master

9999999-dev http://github.com/lovelins12/phpass/

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

  Sources   Download

public domain

The Requires

  • php >=5.3.3

 

by Tobias Vorwachs

security password blowfish crypt hash portable

09/09 2016

v0.3.0

0.3.0.0 http://github.com/lovelins12/phpass/

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

  Sources   Download

public domain

The Requires

  • php >=5.3.3

 

by Tobias Vorwachs

security password blowfish crypt hash portable