Slide 37
Slide 37 text
@tech_christine
Strong recommended adaptive functions
1. Argon2 - winner of the password hashing competition,
should be considered first choice for new applications
2. PBKDF2 - when FIPS certification or enterprise
support on many platforms is required
3. Scrypt - where resisting any/all hardware accelerated
attacks is necessary but support isn’t
4. Bcrypt - where PBKDF2 or Scrypt support is not
available
Head on over to OWASP.org for more details