2017 © Pedro Peláez
 

library laravel-pbkdf2

This is a package for wrapping PBKDF2 class and using it in Laravel as a facade

image

vjroby/laravel-pbkdf2

This is a package for wrapping PBKDF2 class and using it in Laravel as a facade

  • Monday, April 13, 2015
  • by vjroby
  • Repository
  • 1 Watchers
  • 1 Stars
  • 48,184 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

PBKDF2 package for Laravel 4

Installing instructions

Install using composer:, (*2)

"vjroby/laravel-pbkdf2": "0.2.0"

Put a new service provider:, (*3)

'Vjroby\LaravelPbkdf2\LaravelPbkdf2ServiceProvider'

and the alias, (*4)

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

in the app.php., (*5)

There are 3 methods that can be used:, (*6)

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

For changing the configuration:, (*7)

php artisan config:publish vjroby/laravel-pbkdf2

The Versions

13/04 2015

0.x-dev

0.9999999.9999999.9999999-dev

This is a package for wrapping PBKDF2 class and using it in Laravel as a facade

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

laravel pbkdf2 hashing

13/04 2015

dev-master

9999999-dev

This is a package for wrapping PBKDF2 class and using it in Laravel as a facade

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

laravel pbkdf2 hashing

13/04 2015

0.2.2

0.2.2.0

This is a package for wrapping PBKDF2 class and using it in Laravel as a facade

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

laravel pbkdf2 hashing

13/04 2015

v0.2.1

0.2.1.0

  Sources   Download

The Requires

  • php >=5.4.0

 

29/12 2014

v0.2.0

0.2.0.0

  Sources   Download

The Requires

  • php >=5.4.0