Skip to content

Recommended settings

David Bertoldi edited this page Feb 18, 2021 · 9 revisions

In this page you will find advices on which configuration is better.

Overview

Algorithm Should I use it? CPU resistant GPU/ASIC resistant FPGA resistant SCA resistant TMTO resistant
Message Digest
PBKDF2
bcrypt 🟡
scrypt 🟡
Argon2 ✅ (d, id) ✅ (i, id)

PBKDF2

Message Digest

Never use it. It is shipped in this library for backward-compatibility.

Password4j documentation

Clone this wiki locally