Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 3 hours 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-08T15:08:15.000Z (9 months ago)
- Last Synced: 2024-03-08T16:27:36.164Z (9 months ago)
- Topics: cryptography, encryption, go, golang, image, manipulation, pixels, python, security
- Homepage: https://fardinkamal62.vercel.app/projects/pixenc
- Size: 14.6 KB
- Stars: 0
- 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**![Original Image](https://i.ibb.co/GPrdJjp/image.png)
**Encrypted Image**
![Encrypted Image](https://i.ibb.co/smCG4fY/encrypt.png)
**Decrypted Image**
![Decrypted Image](https://i.ibb.co/HgSTFV5/decrypt.png)
# Technologies
| Language | URL | Author | Algorithm |
|:--------:|-----|--------|-----------|
|Python | ![PyPixEnc](https://github.com/fardinkamal62/PyPixEnc) | ![@fardinkamal62](https://github.com/fardinkamal62) | XOR- Operates XOR operation in the RGB values on the pixels of an image |
|Go | ![GoPixEnc](https://github.com/fardinkamal62/GoPixEnc) | ![@fardinkamal62](https://github.com/fardinkamal62) | Shifting- Shifts pixel to a random place & vice-versa |
|Java (Android) | ![AndroidPixEnc](https://github.com/mdsiamulislam/AndroidPixEnc) | ![@mdsiamulislam](https://github.com/mdsiamulislam) | Shifting- Shifts pixel to a random place & vice-versa |