Last Updated: Dec 6, 2024
Overview
This article clarifies what is the length of the salt being used in Auth0 when hashing passwords.
Applies To
- Password
- Bcrypt
Solution
Auth0 uses Bcrypt to hash all the passwords. Bcrypt always uses a salt of length 16 bytes or 128 bits.