Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.56 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.56 KB

PixEnc

Encrypt image by manipulating pixels

Example

Original Image

Original Image barakah-original

Encrypted Image

Encrypted Image barakah-encrypted

Decrypted Image

Decrypted Image barakah-decrypted

Technologies

Language URL Author Algorithm
Python PyPixEnc @fardinkamal62 XOR- Operates XOR operation in the RGB values on the pixels of an image
Go GoPixEnc @fardinkamal62 Shifting- Shifts pixel to a random place & vice-versa
Java (Android) AndroidPixEnc @mdsiamulislam Shifting- Shifts pixel to a random place & vice-versa