Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 635 Bytes

File metadata and controls

22 lines (18 loc) · 635 Bytes

Secure Web Application Development

This repository contains an academic project focused on developing a secure web application with authentication, user management, and secure data handling.

The project applies secure coding practices and threat modeling to mitigate common web vulnerabilities.

Security Features

  • Secure authentication and session management
  • Password hashing
  • Input validation and sanitization
  • Protection against SQL Injection, XSS, and CSRF
  • Secure password reset mechanism

Topics Covered

  • Secure Coding
  • Web Application Security
  • Authentication & Authorization
  • OWASP Top 10
  • Threat Modeling