Encrypt Text To Image - Decrypt Image To Text
Write something and click on Encrypt!
Or click to get some Lorem ipsum
Encrypt Now!
the image will appear in the below canvas, it's very small you'll have to right click and "save image as" to download the image
Right click on image to save
Decrypt Image To Text
UpLoad a PNG file created with this tool
How Encrypt Text Into an Image Works?
- Reads the original text
- Converts the text in Hexadecimal format and groups them by three letters
- Each group will be a color (example #B220FF)
- Draws each color as a single pixel on a canvas (this means that each pixel of the final image represents three letters)
- Exports the canvas image as a png file though the to Image Data() method
- When decoding it does the exact opposite (duh?!)