2017 © Pedro Peláez
 

library hash-compat

Provides forward compatibility with the hash_* functions that ship with PHP 5.5

image

assertchris/hash-compat

Provides forward compatibility with the hash_* functions that ship with PHP 5.5

  • Monday, August 10, 2015
  • by assertchris
  • Repository
  • 0 Watchers
  • 0 Stars
  • 73,837 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

hash-compat

Build Status Code Quality Code Coverage Version License, (*1)

Provides forward compatibility with the hash_* functions that ship with PHP 5.5., (*2)

Installation

$ composer require assertchris/hash-compat

Usage

$salt = mcrypt_create_iv(16, MCRYPT_DEV_URANDOM);

$pbkdf2 = hash_pbkdf2("sha256", "password", $salt, 1000, 20);

Caution

The PBKDF2 method should not be used for hashing passwords for storage. password_hash() or crypt() with CRYPT_BLOWFISH are better suited for password storage., (*3)

Security Vulnerabilities

If you have found a security issue, please contact the author directly at cgpitt@gmail.com., (*4)

The Versions

10/08 2015

dev-master

9999999-dev

Provides forward compatibility with the hash_* functions that ship with PHP 5.5

  Sources   Download

MIT

The Development Requires

06/05 2015

1.0.1

1.0.1.0

Provides forward compatibility with the hash_* functions that ship with PHP 5.5

  Sources   Download

MIT

The Development Requires

06/05 2015

1.0.0

1.0.0.0

Provides forward compatibility with the hash_* functions that ship with PHP 5.5

  Sources   Download

MIT

The Development Requires