2017 © Pedro Peláez
 

library laravel-md5-hash

Laravel 5 package to use unsecured MD5 for password hash

image

matriphe/laravel-md5-hash

Laravel 5 package to use unsecured MD5 for password hash

  • Monday, June 25, 2018
  • by matriphe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 137 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 3 Versions
  • 34 % Grown

The README.md

Laravel MD5 Hash

Laravel MD5 Hash Total Download Latest Stable Version, (*1)

This package is used to replace Laravel default hash to support the old system that used MD5 for password hash., (*2)

Warning Please use it at your own risk, since MD5 is not recommended to be used as a password hash., (*3)

Installation

Using Composer, just run this command below., (*4)

composer require matriphe/laravel-md5-hash

For Laravel < 6, please use version 1.1.1 and follow the configuration instruction., (*5)

composer require matriphe/laravel-md5-hash:1.1.1

Configuration

This package uses auto-discovery. Once it got installed, it will automatically replace the hash function to use MD5., (*6)

Usage

Now you can use the built-in hash function using this command., (*7)

Hash::make('password'); // return 5f4dcc3b5aa765d61d8327deb882cf99
bcrypt('password'); // return 5f4dcc3b5aa765d61d8327deb882cf99

Contribution

All contributions are welcomed. Please create a pull request or merge request, and make sure all checks are passed ✅ before merging., (*8)

If the check failed on checking PHP style, please run php-cs-fixer to fix it., (*9)

Using Docker

docker run -it --rm -v $(pwd):/app -w /app oskarstark/php-cs-fixer-ga fix

Local Dev

vendor/bin/php-cs-fixer fix

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

25/06 2018

dev-master

9999999-dev

Laravel 5 package to use unsecured MD5 for password hash

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel password hash md5

29/11 2017

1.0.1

1.0.1.0

Laravel 5 package to use unsecured MD5 for password hash

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel password hash md5

27/11 2017

1.0

1.0.0.0

Laravel 5 package to use unsecured MD5 for password hash

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel password hash md5