2017 © Pedro Peláez
 

library mcrypthasher

Mcrypt Hasher For Laravel Auth

image

brokerexchange/mcrypthasher

Mcrypt Hasher For Laravel Auth

  • Tuesday, December 12, 2017
  • by brino
  • Repository
  • 5 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

McryptHasher

Mcrypt Hasher For Laravel Auth, (*1)

This package will replace Laravel's default hash service provider., (*2)

Installation

  1. composer require brokerexchange/mcrypthasher, (*3)

  2. (Optional) Publish the config, (*4)

    • php artisan vendor:publish --tag=mcrypt
  3. (Optional) Add MCRYPT_KEY to your .env file, (*5)

    • MCRYPT_KEY='My awesome hash key'

    note: this step is optional because APP_KEY will be used if MCRYPT_KEY is not provided in your project., (*6)

  4. If you are using Laravel 5.5+, this package will be auto-discovered. Otherwise, add McryptHasher\McryptHasherServiceProvider::class, to config/app.php, (*7)

<?php
    // ...

     /*
     * Package Service Providers...
      */
      McryptHasher\McryptHasherServiceProvider::class

    // ...
  1. In the config/hashing.php file update the driver value to 'mcrypt':
<?php

   return [
       // ...

       'driver' => 'mcrypt',

       // ...
   ];

Usage

Once installed the mcrypt hasher will automatically be used during authentication and registration. If you wish to use the package manually, you may now use the Hash facade. ex: Hash::make('12345'), (*8)

If you wish to continue using other hash drivers, add a driver function call to the Hash facade chain. ex: Hash::driver('bcrypt')->make('12345'), (*9)

The Versions

12/12 2017

dev-master

9999999-dev http://brokerexchange.github.io/McryptHasher/

Mcrypt Hasher For Laravel Auth

  Sources   Download

MIT

The Requires

 

by Brian Mix

laravel authentication password mcrypt

31/10 2017

v1.1.3

1.1.3.0 http://brokerexchange.github.io/McryptHasher/

Mcrypt Hasher For Laravel Auth

  Sources   Download

MIT

The Requires

 

by Brian Mix

laravel authentication password mcrypt

27/10 2017

v1.1.2

1.1.2.0 http://brokerexchange.github.io/McryptHasher/

Mcrypt Hasher For Laravel Auth

  Sources   Download

MIT

The Requires

 

by Brian Mix

laravel authentication password mcrypt

25/10 2017

v1.1.1

1.1.1.0 http://brokerexchange.github.io/McryptHasher/

Mcrypt Hasher For Laravel Auth

  Sources   Download

MIT

The Requires

 

by Brian Mix

laravel authentication password mcrypt

25/10 2017

v1.1.0

1.1.0.0 http://brokerexchange.github.io/McryptHasher/

Mcrypt Hasher For Laravel Auth

  Sources   Download

MIT

The Requires

 

by Brian Mix

laravel authentication password mcrypt

25/10 2017

v1.0.7

1.0.7.0 http://brokerexchange.github.io/McryptHasher/

Mcrypt Hasher For Laravel Auth

  Sources   Download

MIT

The Requires

 

by Brian Mix

laravel authentication password mcrypt

25/10 2017

v1.0.6

1.0.6.0 http://brokerexchange.github.io/McryptHasher/

Mcrypt Hasher For Laravel Auth

  Sources   Download

MIT

The Requires

 

by Brian Mix

laravel authentication password mcrypt

25/10 2017

v1.0.5

1.0.5.0 http://brokerexchange.github.io/McryptHasher/

Mcrypt Hasher For Laravel Auth

  Sources   Download

MIT

The Requires

 

by Brian Mix

laravel authentication password mcrypt

25/10 2017

v1.0.4

1.0.4.0 http://brokerexchange.github.io/McryptHasher/

Mcrypt Hasher For Laravel Auth

  Sources   Download

MIT

The Requires

 

by Brian Mix

laravel authentication password mcrypt

25/10 2017

v1.0.3

1.0.3.0 http://brokerexchange.github.io/McryptHasher/

Mcrypt Hasher For Laravel Auth

  Sources   Download

MIT

The Requires

 

by Brian Mix

laravel authentication password mcrypt

25/10 2017

v1.0.2

1.0.2.0 http://brokerexchange.github.io/McryptHasher/

Mcrypt Hasher For Laravel Auth

  Sources   Download

MIT

The Requires

  • php-mcrypt >=5.6.0

 

by Brian Mix

laravel authentication password mcrypt

25/10 2017

v1.0.1

1.0.1.0 http://brokerexchange.github.io/McryptHasher/

Mcrypt Hasher For Laravel Auth

  Sources   Download

MIT

The Requires

  • php-mcrypt >=5.6.0

 

by Brian Mix

laravel authentication password mcrypt

25/10 2017

v1.0.0

1.0.0.0 http://brokerexchange.github.io/McryptHasher/

Mcrypt Hasher For Laravel Auth

  Sources   Download

MIT

The Requires

  • php-mcrypt >=5.6.0

 

by Brian Mix

laravel authentication password mcrypt