Support for scrypt hash algorithm when importing users?

Hi,
We are looking to migrate from firebase to Auth0, and ideally, we’ll like to import all users one time. However, firebase auth seems to use ‘scrypt’ algorithm, which is not one of the Auth0 hash algorithms in the sample import file.

Any idea of how to import firebase users into Auth0 in bulk while maintaining the password / hashes? Is scrypt hash supported?

Arvind

Hi @a.saraf,

Welcome to the Auth0 Community!

Unfortunately, scrypt is not one of our currently supported hashings algos. You will need to consider other user migration methods. This doc should help:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.

Hi @a.saraf,

This has recently been updated, and we now support imports using Scrypt as the password hashing algorithm.

Cheers

1 Like

Thanks for the followup Eric!

1 Like