You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A multi-threaded Java client-server authentication system built on TCP sockets and Maven multi-module architecture. Features secure user management with SHA-256 password hashing, SQL injection prevention via PreparedStatements, UUID-based session tracking, and a rich ANSI-colored console UI. Supports login, registration, password change, real-time
This project is a Spring MVC-based Java application that implements a security interceptor to validate incoming HTTP requests and prevent common vulnerabilities such as SQL Injection, Cross-Site Scripting (XSS), and malicious file uploads.