spomky-labs / pbkdf2
Password Based Key Derivation Function 2
Installs: 2 766
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 1
Open Issues: 1
Requires
- php: >=5.3
Requires (Dev)
- phpunit/phpunit: ^4.5.0|^5.0.0
- satooshi/php-coveralls: ^1.0.0
This package is auto-updated.
Last update: 2024-01-27 11:50:09 UTC
README
This library implements the PBKDF2 algorithm (RFC2898 and RFC6070).
Please note that if you use PHP 5.5+, this library is useless. From PHP 5.5, you can use hash_pbkdf2
directly.
The Release Process
The release process is described here.
Prerequisites
This library needs at least PHP 5.3
.
It has been successfully tested using PHP 5.3
to PHP 5.6
, PHP 7.0
and HHVM
.
Installation
The preferred way to install this library is to rely on Composer:
composer require "spomky-labs/pbkdf2" "~1.0.0"
How to use
Take a look at How to use to use this library.
Contributing
Requests for new features, bug fixed and all other ideas to make this library useful are welcome. Please follow these best practices.
Licence
This software is release under MIT licence.