Laravel Tech Community
Apr 14, 2020 · Backend Development
Using Laravel's Hash Facade for Password Hashing and Verification
This guide explains how to use Laravel's Hash facade to securely hash passwords with Bcrypt or Argon2, configure hashing drivers, adjust algorithm parameters, and verify or rehash passwords using methods such as make, check, and needsRehash.
Argon2LaravelPHP
0 likes · 3 min read