Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Qasam-1/lightweight-security

Repository files navigation

🛡️ Cybersecurity Mini Projects

A collection of beginner-friendly cybersecurity projects written in Python.


🚀 Projects

1. Password Strength Checker (password_checker.py)

Checks if a password is strong or weak using simple rules (length, uppercase, numbers, symbols).

2. Port Scanner (port_scanner.py)

Scans the first 1024 ports of a target machine.

3. Caesar Cipher (caesar_cipher.py)

Implements one of the oldest encryption methods.

4. Keylogger (keylogger.py)

Logs keystrokes to a file (keylog.txt).


🔧 Setup

# Clone repo
git clone https://github.com/Qasam-1/lightweight-security
cd cybersecurity-projects

# Install requirements
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages