Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Cybersecurity Tools

A collection of Java command-line tools demonstrating core cybersecurity concepts.

Projects

Evaluates password strength using composition rules, entropy calculation, and comparison against commonly leaked passwords.

Encrypts and decrypts text files using a byte-level XOR cipher, demonstrating file I/O and basic cryptographic principles.

About

These projects were built to apply and demonstrate practical cybersecurity concepts using Java, combining secure coding practices with an understanding of common attack patterns (credential stuffing, brute-force resistance).