This project demonstrates database design and security best practices using MySQL.
It includes role-based access control, secure user privileges, and vulnerability testing.
- Implemented RBAC and least-privilege user roles
- Encrypted sensitive data using MySQL AES_ENCRYPT
- Created automated audit logs for failed login attempts
- Designed normalized schema for efficient data storage