When hashing passwords in Auth0, what is the length of the salt being used?
Auth0 uses Bcrypt to hash all the passwords. Bcrypt always uses a salt of length 16 bytes or 128 bits.