MySQL Forums
Forum List  »  PHP

Re: Hashing password in PHP and mySQL
Posted by: Peter Brawley
Date: June 25, 2019 12:11PM

> I am redesigning the User table

Don't. You're likely to break too much.

If you're looking to improve security, consider the options covered at https://dev.mysql.com/doc/refman/8.0/en/authentication-plugins.html

For your own app users table, there's discussion about your question at https://stackoverflow.com/questions/14798275/best-way-to-store-passwords-in-mysql-database/

https://stackoverflow.com/questions/52772754/storing-passwords-on-mysql-database-hash-vs-encryption

Options: ReplyQuote


Subject
Written By
Posted
Re: Hashing password in PHP and mySQL
June 25, 2019 12:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.