lexiconn-internet-services / sha-hashing
Adds sha512 and sha256 hashing to Laravel
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
pkg:composer/lexiconn-internet-services/sha-hashing
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.phpfile and changedriverto eithersha256orsha512