Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/agentender/imageencoder
- Owner: AgentEnder
- Created: 2015-11-09T14:45:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T14:59:59.000Z (about 9 years ago)
- Last Synced: 2024-10-11T17:04:53.888Z (3 months ago)
- Language: C#
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.