2017 © Pedro Peláez
 

library phpass-laravel

PHPass Hashing integration to Laravel 5

image

ksungcaya/phpass-laravel

PHPass Hashing integration to Laravel 5

  • Wednesday, February 1, 2017
  • by ksungcaya
  • Repository
  • 5 Watchers
  • 2 Stars
  • 984 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

PHPass Hashing integration for Laravel 5

Build Status HHVM Status, (*1)

A PHPass Hasher integration to Laravel 5. This package overrides the default Bycrypt Hasher of Laravel and uses the Phpass Library from Openwall for password hashing and checking methods., (*2)

If you are using Laravel 4, try out the old implementation here., (*3)

Installation

Install package through Composer., (*4)

"require": {
    "ksungcaya/phpass-laravel": "~1.0"
}

Then run composer update, (*5)

$ composer update

Update config/app.php and include a reference to this package's service provider in the providers array., (*6)

'providers' => [
    Sungcaya\Phpass\PhpassHashServiceProvider::class
]

Usage

Now that PHPass is installed in Laravel, you can now use the normal Hash methods., (*7)

Hash::make('secret');
Hash::check('secret', $hashedPassword);

That's it!

Please refer to Laravel documentation on Hashing to know more about the Hash methods., (*8)

The Versions

01/02 2017

dev-master

9999999-dev

PHPass Hashing integration to Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Sungcaya

laravel password hashing phpass

01/02 2017

dev-develop

dev-develop

PHPass Hashing integration to Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Sungcaya

laravel password hashing phpass

01/02 2017

1.2

1.2.0.0

PHPass Hashing integration to Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Sungcaya

laravel password hashing phpass

21/01 2016

1.1

1.1.0.0

PHPass Hashing integration to Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Sungcaya

laravel password hashing phpass

05/08 2015

1.0

1.0.0.0

PHPass Hashing integration to Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Sungcaya

laravel password hashing phpass