2017 © Pedro Peláez
 

library hash_pbkdf2-compat

Provides hash_pbkdf2() to PHP versions >=5.3,<5.5.

image

rych/hash_pbkdf2-compat

Provides hash_pbkdf2() to PHP versions >=5.3,<5.5.

  • Monday, November 23, 2015
  • by rchouinard
  • Repository
  • 1 Watchers
  • 5 Stars
  • 48,187 Installations
  • PHP
  • 8 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

PHP PBKDF2 Compatibility Functions

Latest Version on Packagist ![Software License][ico-license] Build Status ![Total Downloads][ico-downloads], (*1)

This component provides compatibility for the hash_pbkdf2() function on PHP versions >=5.3,<5.5., (*2)

Install

Via Composer, (*3)

``` bash $ composer require rych/hash_pbkdf2-compat, (*4)


## Usage When loaded via Composer on PHP versions <5.5, a global function `hash_pbkdf2()` is automatically loaded which matches the >=5.5 built-in function as closely as possible. On PHP versions >=5.5, the shim function is available as `\Rych\hash_pbkdf2()`. If not using Composer, make sure to include `src/hash_pbkdf2-compat.php` in order to load the function. See the PHP documentation for [`hash_pbkdf2()`](http://php.net/manual/en/function.hash-pbkdf2.php) for information. ## Testing ``` bash $ composer test

Credits

License

The MIT License (MIT). Please see License File for more information., (*5)

The Versions

23/11 2015

dev-master

9999999-dev

Provides hash_pbkdf2() to PHP versions >=5.3,<5.5.

  Sources   Download

MIT

The Requires

  • ext-hash *
  • php >=5.3.3

 

The Development Requires

pbkdf2 compatibility hash_pbkdf2

23/11 2015

v1.0.1

1.0.1.0

Provides hash_pbkdf2() to PHP versions >=5.3,<5.5.

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-hash *

 

The Development Requires

pbkdf2 compatibility hash_pbkdf2

22/09 2013

v1.0.0

1.0.0.0

Provides hash_pbkdf2() to PHP versions >=5.3,<5.5.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-hash *

 

The Development Requires