lexiconn-internet-services / sha-hashing
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
Requires
- php: ^7.3|^8.0
- illuminate/support: 8.*
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 changedriver
to eithersha256
orsha512