What hashing algorithm is used in discourse for hashing passwords?

what hashing algorithm is used in discourse for hashing passwords?

PBKDF2, see:

https://github.com/discourse/discourse/blob/9ce66038647bc4ff63167fe9c74857a01acc0875/docs/SECURITY.md

8 Likes

How can I get the hash key?
Is salt the hash key?

1 Like