Antique Site
For a computer-security centered university module, I built a basic web application in PHP.
The brief was to create a secure website for a local antique-evaluation business.
The application includes authentication/registration, bot detection, password verification, and implements security fixes for the major vulnerabilities, including SQL injection, Cross-Site Request Forgery (CSRF) using a CSRF token, and Cross-Site-Scripting (XSS) prevention.
The site uses MySQL as a database, and is built without Laravel or any other PHP frameworks.
Source code / Live preview is unavailable due to university guidelines.