-
Notifications
You must be signed in to change notification settings - Fork 34
Recommended settings
David Bertoldi edited this page Feb 18, 2021
·
9 revisions
In this page you will find advices on which configuration is better.
| 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) |
Never use it. It is shipped in this library for backward-compatibility.
