This tool allows you to generate an image that represents the text you write. Then you can save the generated image and send it to someonem who will be able to reconvert it to text on this same page. Our tool allows a way of fitting a lot of text in a small image.
Encrypt Text To Image
Write something and click on Encrypt!
Or click to get some Lorem ipsum
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
--------------------------------------------------------------------------------------------------------------------------
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 toImageData() method
- When decoding it does the exact opposite (duh?!)