Is there any way to import user with password salted twice ? (prefixed/suffixed)

Hi,

I would like to know if there is any way to import a user with a password salted twice on both side of the password, i mean, on prefix/suffix position.

My hash is built with : md5(salt + password + salt)
Do you think it is possible with auth0 ?

Thanks a lot !

Welcome to Auth0 Community, @IrvinT.

AFAIK, that’s not possible. The position value can only be prefix or suffix.

1 Like

Thanks for sharing that Supun!