Auth0 built-in database encryption

Hello,

Which encryption type and strength is used to encrypt passwords when using the built-in auth0 database? We need to be able to document this to our customers.

Thank you.

It is bcrypt: Hashing in Action: Understanding bcrypt

I am not sure what strength though.

For your customers, the following is probably more valuable than the password storage scheme:

John