Password Security - Basic PHP Login System Part 3

Posted by Peter on Mon Mar 24, 2014 at 2:16pm

This short tutorial series shows you how to create a very basic login functionality, that you can add to your websites. In the third part of this series of tutorials, I cover password security best practices in PHP, using Bcrypt. We continue with the code from the previous lesson and implement a more secure way of storing passwords.

Video:

Code:

©2024 Peter Entwistle All Rights Reserved.