Pinned Repositories
PRODIGY_CS_01
This repository contains project of a Python-based Caesar Cipher encryption and decryption tool.
PRODIGY_CS_02
A simple Python tool for encrypting and decrypting images using basic pixel manipulation. This tool uses the Pillow library to read and modify image pixel values, providing a straightforward way to secure images through encryption.
PRODIGY_CS_03
Password Complexity Checker is a Python tool that evaluates the strength of passwords based on length, uppercase and lowercase letters, numbers, and special characters. It provides a strength rating and feedback to help users improve their passwords.
PRODIGY_CS_04
A basic keylogger program written in Python that records and logs keystrokes. The logged keys are saved to a file named keylog.txt.
PRODIGY_CS_05
Network Packet Sniffer : A Python-based tool for capturing and analyzing network packets. Displays source and destination IP addresses, protocols, and payload data. Developed with Scapy and Npcap, this tool is intended for educational purposes and emphasizes ethical use.
anisaunnisa02's Repositories
anisaunnisa02/PRODIGY_CS_01
This repository contains project of a Python-based Caesar Cipher encryption and decryption tool.
anisaunnisa02/PRODIGY_CS_02
A simple Python tool for encrypting and decrypting images using basic pixel manipulation. This tool uses the Pillow library to read and modify image pixel values, providing a straightforward way to secure images through encryption.
anisaunnisa02/PRODIGY_CS_03
Password Complexity Checker is a Python tool that evaluates the strength of passwords based on length, uppercase and lowercase letters, numbers, and special characters. It provides a strength rating and feedback to help users improve their passwords.
anisaunnisa02/PRODIGY_CS_04
A basic keylogger program written in Python that records and logs keystrokes. The logged keys are saved to a file named keylog.txt.
anisaunnisa02/PRODIGY_CS_05
Network Packet Sniffer : A Python-based tool for capturing and analyzing network packets. Displays source and destination IP addresses, protocols, and payload data. Developed with Scapy and Npcap, this tool is intended for educational purposes and emphasizes ethical use.