Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

PixEnc


Encrypt image by manipulating pixels



Website

Docs

# Example
**Original Image**

![Original Image](https://i.ibb.co/GPrdJjp/image.png)
barakah-original

**Encrypted Image**

![Encrypted Image](https://i.ibb.co/smCG4fY/encrypt.png)
barakah-encrypted

**Decrypted Image**

![Decrypted Image](https://i.ibb.co/HgSTFV5/decrypt.png)
barakah-decrypted

# 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 |