Skip to content

Kenywinss/Secure-Authentication-Intrusion-Detection-System-Java-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Secure Authentication & Intrusion Detection System (Java)

My Java cybersecurity project that simulates secure authentication, brute-force detection, account lockout, and security logging.

Features

  • SHA-256 password hashing
  • Login authentication
  • Brute-force detection
  • Account lockout
  • Security event logging
  • File-based user storage

Run

javac -d out src/*.java
java -cp out Main

About

My Java-based security application that simulates secure user authentication, password hashing, failed login monitoring, and intrusion detection. The system detects brute-force attempts, locks compromised accounts, and logs security events, demonstrating core defensive cybersecurity concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages