We have a dataset of usernames and passwords that we'd like to migrate to FusionAuth.
According to the tutorial, we can write a password encryptor to implement our hashing logic, so we don't have to ask users to reset their passwords.
However, we'd like to benefit from the available encryptors for new users or when migrated users reset their passwords. It's my understanding we can't convert the salted hash passwords to other encryptors.
Is there a strategy for that?
Thanks!