Closed as not planned
Description
I use your package. I want to make password recovery system. All passwords now encripted by:
const hashPassword = bcrypt.hashSync(password, 7);
I need to decode password and get it. I able only compare bcrypt.compareSync. But i need GET IT?
Are you have way to get it??????????????????????????????????????
Activity