Image To Text Encrypt Decrypt

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

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?

  1. Reads the original text
  2. Converts the text in Hexadecimal format and groups them by three letters
  3. Each group will be a color (example #B220FF)
  4. Draws each color as a single pixel on a canvas (this means that each pixel of the final image represents three letters)
  5. Exports the canvas image as a png file though the toImageData() method
  6. When decoding it does the exact opposite (duh?!)