Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/agentender/imageencoder

Image Encryption based on offsets
https://github.com/agentender/imageencoder

Last synced: 23 days ago
JSON representation

Image Encryption based on offsets

Awesome Lists containing this project

README

        

# ImageEncoder
Must take in a bitmap file, and will save as a bmp.

Encryption done by offset, actaul offset is the specified number squared.

Encryption works as follows

123

456

789

with an offset of 2 this becomes

1002003

0000000

0000000

4005006

0000000

0000000

7008009

and then is translated such that each zero is a random pixel from the original image. This will then be done again with the new image.