In this video / article on PHP Security I will show you how to create more secure new user registration scripts. I’ll show you how to:
- Fight off SQL Injection by thinking about your queries
- Set up a CAPTCHA system that will protect you from brute force attacks
- Lock down authentication hacks by forcing proper user ids and passwords