password hashing algorithm

I’m currently investigating using a free Auth0 account.
I wanted to check the password hashing algorithm from the Auth0 dashboard screen, but it wasn’t displayed on the screen. (I couldn’t find it)
If anyone knows where it’s displayed on a paid account, please let me know.

Hi @shino.jibiki_001

Welcome to the Auth0 Community!

Although this is not directly mentioned within the Dashboard, Auth0 uses bcrypt password hashing algorithm with a 128-bit salt and 10 rounds as standard, as outlined in our following documentation : Security Questions on Keys used for Secret Encryption

I can recommend looking through our other docs and blog posts for more related information :

In case you would find it useful to have this mentioned within the Auth0 Dashboard, you can leave a Feedback on which other users can vote. As this page is monitored by our Product team, if a feature requests presents interest, it can accelerate it’s development into a potential release down the line.

Hope that helped!
Gerald