This package is abandoned and no longer maintained. No replacement package was suggested.

Adds sha512 and sha256 hashing to Laravel

dev-master 2022-03-25 19:29 UTC

This package is auto-updated.

Last update: 2022-12-25 21:00:21 UTC


README

A Laravel package that adds SHA256 and SHA512 hashing capabilities to the default user authentication system.

Requirements

  • PHP 7.3 (may work with other versions but haven't tested)
  • Laravel 8.x (may work in other versions, but haven't tested)

Installation

  • composer require lexiconn-internet-services/sha-hashing
  • Adjust the config/hashing.php file and change driver to either sha256 or sha512