how to show password in hidden formate from database ?

Avatar
  • Answered
i have created myprofile page in php and when i login then profile page show information of particular user bt i want that password should be show in hidden formate..so please tell me solution
Avatar
IMH Support Agent 5

Hello,

Thank you for your question about encrypted passwords in databases. I recommend using the MD5 hash. This replaces the password with a random string of characters. We cover this topic briefly in our guide on Prestashop password resets through the database. That should give you a better understand on how you can manage secure passwords in databases with PHPMyAdmin.

Of course, you do have alternatives to MD5 listed in the MySQL Documentation.

Best,

Christopher M.