faif /
python-patterns
A collection of design patterns/idioms in Python
84/100 healthLoading repository data…
Aakash02A / repository
A collection of beginner-friendly cybersecurity tools built with Python — includes password strength checker, Caesar cipher, image encryption, and a keylogger for ethical learning.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A collection of beginner-level Python tools to understand cybersecurity concepts through code. Each project is isolated, well-documented, and designed to strengthen your security fundamentals and Python skills.
| Tool Name | Description | Key Concepts |
|---|---|---|
| Password Strength Checker | Evaluates password strength based on length, character types, etc. | Input validation, regex, logic |
| Image Encryption Tool | Encrypts images via pixel manipulation (swapping, math ops) | Image data, loops, pixel math |
| Caesar Cipher | Classic text encryption/decryption using character shifting | ASCII operations, strings, logic |
| Keylogger | Logs user keystrokes to a file (ethical use only) | File I/O, OS-level hooks, event capture |
This repository is strictly for educational purposes. Do not use any tools from this repo without proper authorization or consent.
git clone https://github.com/yourusername/basic-cybersecurity-tools.git
cd basic-cybersecurity-tools
Selected from shared topics, language and repository description—not editorial ratings.
faif /
A collection of design patterns/idioms in Python
84/100 healthPython-World /
A collection of simple python mini projects to enhance your python skills
42/100 healthfortra /
Impacket is a collection of Python classes for working with network protocols.
The-Cool-Coders /
A Collection of application ideas that can be used to improve your coding skills ❤.
93/100 healthlazyprogrammer /
A collection of machine learning examples and tutorials.
86/100 healthgoogle-deepmind /
OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games.
91/100 health