-1

I want to show original/decrypt password of admin. i am using blowfish $password=password_hash($adminpass, PASSWORD_BCRYPT); please tell me how to decrypt this password field

this is the output of admin record.

1 Answers1

0

FYI: dont hash that password if you wanna to see user password, the reason why developer hashing password is too commit that "Even myself didnt know costumer/user password". So, if you or ur costumer forgot their password, u need to make a 'reset password/forgot password' page. And verify by email.