dbx/src-web
t8y2 d66ac93622 security(web): replace SHA-256 with Argon2 for password hashing
SHA-256 without salt is vulnerable to rainbow table attacks.
Argon2 provides salted slow hashing resistant to brute force.
2026-05-05 21:13:07 +08:00
..
src security(web): replace SHA-256 with Argon2 for password hashing 2026-05-05 21:13:07 +08:00
Cargo.toml security(web): replace SHA-256 with Argon2 for password hashing 2026-05-05 21:13:07 +08:00