https://github.com/fardinkamal62/pixenc
Encrypt image by manipulating pixels
https://github.com/fardinkamal62/pixenc
cryptography encryption go golang image manipulation pixels python security
Last synced: about 1 month ago
JSON representation
Encrypt image by manipulating pixels
- Host: GitHub
- URL: https://github.com/fardinkamal62/pixenc
- Owner: fardinkamal62
- License: gpl-3.0
- Created: 2024-02-18T11:21:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T15:08:15.000Z (about 2 years ago)
- Last Synced: 2025-01-20T14:27:58.467Z (over 1 year ago)
- Topics: cryptography, encryption, go, golang, image, manipulation, pixels, python, security
- Homepage: https://fardinkamal62.vercel.app/projects/pixenc
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PixEnc
Encrypt image by manipulating pixels
# Example
**Original Image**


**Encrypted Image**


**Decrypted Image**


# Technologies
| Language | URL | Author | Algorithm |
|:--------:|-----|--------|-----------|
|Python |  |  | XOR- Operates XOR operation in the RGB values on the pixels of an image |
|Go |  |  | Shifting- Shifts pixel to a random place & vice-versa |
|Java (Android) |  |  | Shifting- Shifts pixel to a random place & vice-versa |