Bcrypt $2y$ Password Hash
-
I need to import passwords hashed with the Bcrypt $2y$ hash format. Are any of the existing FusionAuth hashing algorithms compatible with this format?
-
You have to break apart the bcrypt hash. More documentation available here: https://fusionauth.io/docs/v1/tech/apis/users#password-hashes
Let us know if that helps, please.