https://github.com/abhi0930/prodigy_cs_02
Pixel Manipulation for Image Encryption
https://github.com/abhi0930/prodigy_cs_02
cybersecurity cybersecurity-tools python python-script
Last synced: 8 months ago
JSON representation
Pixel Manipulation for Image Encryption
- Host: GitHub
- URL: https://github.com/abhi0930/prodigy_cs_02
- Owner: abhi0930
- Created: 2025-01-09T14:23:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T14:27:57.000Z (over 1 year ago)
- Last Synced: 2025-01-25T15:37:49.436Z (over 1 year ago)
- Topics: cybersecurity, cybersecurity-tools, python, python-script
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Develop a simple image encryption tool using pixel manipulation. You can perform operations like swapping pixel values or applying a basic mathematical operation to each pixel. Allow users to encrypt and decrypt images. Certainly! Below is a simple Python script using the Pillow library for image processing. Make sure to install Pillow first if you haven't already: pip install pillow This script uses a simple encryption and decryption process. You can customize this method or explore other pixel manipulation techniques for more robust encryption