Skip to content

I created this repository for an internship. It contains some basic cybersecurity beginner projects

Notifications You must be signed in to change notification settings

realvoidgojo/Internship

Repository files navigation

CyTools

Caesar Cipher

First Install Dependencies

pip install tk
cd /Caesar Cipher
python caesar_cipher.py

Source Code

Example Image

Pixel Manipulation

First Install Dependencies

pip install tk
pip install numpy
pip install opencv-python
pip install pillow
cd /Pixel Manipulation
python img_crypt_tool.py

Source Code

Example Image Example Image

Password Complexity

First Install Dependencies

pip install tk
cd /Password Complexity
python img_crypt_tool.py

Source Code

Example Image

Keylogger

cd /Keylogger
python img_crypt_tool.py

Source Code

Example Image

Network Packet Analyzer

First Install Dependencies

pip install scapy

For Windows systems install npcap Download

For Debian/Ubuntu-based systems install libcap-dev

sudo apt-get update
sudo apt-get install libpcap-dev
cd /Network Packet Analyzer
python img_crypt_tool.py

Source Code

Example Image

About

I created this repository for an internship. It contains some basic cybersecurity beginner projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages