A collection of beginner-friendly cybersecurity projects written in Python.
Checks if a password is strong or weak using simple rules (length, uppercase, numbers, symbols).
Scans the first 1024 ports of a target machine.
Implements one of the oldest encryption methods.
Logs keystrokes to a file (keylog.txt).
# Clone repo
git clone https://github.com/Qasam-1/lightweight-security
cd cybersecurity-projects
# Install requirements
pip install -r requirements.txt