Let’s talk about your password model
This entire article is obviated by the password_hash family of functions. Please check out password_hash() and friends for information on the up-to-date and correct way to handle passwords. Generally speaking, if you are using another method, it is wrong. More specifically, if you are using another method, and it is not based on crypt(), or […]