Skip to content

fardinkamal62/PixEnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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