Password Hashing Algorithms

Password hashing algorithms:

  • PBKDF Family
    • PBKDF1
    • PBKDF2
  • bcrypt
  • scrypt

List of Password Hashing Algorithms

PBKDF1

Deprecated.

PBKDF2

Supersedes PBKDF1.

Use key stretching to increase the difficulty of attack.

bcrypt

Use key stretching to increase the difficulty of attack.

scrypt

Use key stretching to increase the difficulty of attack.

You might be also interested in…

One comment

Leave a Reply

Your email address will not be published. Required fields are marked *