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
Asked
Active
Viewed 46 times
-1
-
Please see: [Uploading images of tables considered harmful?](https://meta.stackoverflow.com/q/403699/12672179) – The Grand J Jan 21 '21 at 03:22
-
1Once the password is hashed there is no way to reverse the hashing. – mrSotirow Jan 21 '21 at 07:43
1 Answers
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.