Module hsh::algorithms

source ·
Expand description

The algorithms module contains the password hashing algorithms.

Modules

  • The argon2i module contains the Argon2i password hashing algorithm.
  • The bcrypt module contains the Bcrypt password hashing algorithm.
  • The scrypt module contains the Scrypt password hashing algorithm.