vjroby/laravel-pbkdf2

This is a package for wrapping PBKDF2 class and using it in Laravel as a facade
50,219 2
Install
composer require vjroby/laravel-pbkdf2
Latest Version:0.2.2
PHP:>=5.4.0
License:MIT
Last Updated:Apr 13, 2015
Links: GitHub  ·  Packagist
Maintainer: vjroby

Build Status #PBKDF2 package for Laravel 4#

##Installing instructions##

Install using composer:

"vjroby/laravel-pbkdf2": "0.2.0"

Put a new service provider:

'Vjroby\LaravelPbkdf2\LaravelPbkdf2ServiceProvider'

and the alias

'Pbkdf2'		=> 'Vjroby\LaravelPbkdf2\Facades\Pbkdf2Facade'

in the app.php.

There are 3 methods that can be used:

Pbkdf2::safeEquals($string1, $string2)
Pbkdf2::createSalt()
Pbkdf2::createHash('password',$salt)

For changing the configuration:

php artisan config:publish vjroby/laravel-pbkdf2

Related Packages

crudly/encrypted

Encryption and hashing casts for Eloquent

3,874 62
hiro/laravel-hashing

Custom extension of Robert Clancy's laravel 4 hasher replacement, for osu!

344 0
robclancy/laravel4-hashing

Package for when you can't use Bcrypt in Laravel 4.

1,783 30
gw19900524/laravel-hashing

Laravel Md5 Hashing Provider

10 0