Password hashing in MySQL

Hello everyoneThere is a MySQL database.It stores the password hashed via password_hash.The PASSWORD_DEFAULT method.Is it possible to display it in the admin panel so that it is displayed in unencrypted form or not?

Author: Иван, 2018-03-15

1 answers

No, because hashing is done so that the password cannot be decrypted by accessing the admin panel

 3
Author: Никита Павлов, 2018-03-15 14:35:33