Tag

Argon2

0 views collected around this technical thread.

Laravel Tech Community
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
Using Laravel's Hash Facade for Password Hashing and Verification
Jike Tech Team
Jike Tech Team
Aug 29, 2019 · Information Security

Why Argon2 Beats Traditional Password Hashes: A Deep Dive into Memory‑Hard Functions

Argon2, the 2015 PHC champion, is a memory‑hard password‑hashing function that leverages large memory usage and configurable parameters to thwart GPU, FPGA, and ASIC attacks, offering three variants (d, i, id) and detailed security, performance, and implementation analysis.

Argon2Securitycryptography
0 likes · 16 min read
Why Argon2 Beats Traditional Password Hashes: A Deep Dive into Memory‑Hard Functions