Encrypt text into an image
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.
Convert Text To Image
Write something and click on Encode!
The image will appear in the square right down here (it's very small..) - Now you'll have to right click and "save target" on the download button as it won't allow opening links in a _blank target
(Right Click + Save Target As)
Convert Image To Text
UpLoad PNG File
Additional Info
- 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
- Exports the canvas image as a png file through the toImageData() method
- When decoding it does the exact opposite (duh?!)