Hi,
We have to support user's accounts from a legacy php-based system that encrypts passwords in bcrypt but with a $2y$ prefix.
Can it be possible to support this prefix in the compare and compareSync function assuming it is compatible with 2b ?
Regards,
Hi,
We have to support user's accounts from a legacy php-based system that encrypts passwords in bcrypt but with a$2y$ prefix.
Can it be possible to support this prefix in the compare and compareSync function assuming it is compatible with 2b ?
Regards,