Hide your messages in the structure and styling of web pages
This tool hides your message in HTML/CSS by encoding data in element attributes, CSS classes, or visual layout. The result looks like a normal webpage but contains your hidden data.
Paste HTML code or upload an HTML file to extract the hidden message. The tool analyzes the HTML structure and CSS to recover your data.
This steganography technique hides messages in web pages by encoding data in various HTML/CSS elements.
Encodes binary data as custom data attributes (data-*) on HTML elements. Each attribute contains a small chunk of the hidden message.
Creates unique CSS class names that represent binary data. The classes are applied to elements throughout the page.
Encodes data as subtle variations in letter-spacing and word-spacing CSS properties. These variations are barely noticeable to the human eye.
Hides data in HTML comments that appear to be normal developer comments but actually contain encoded information.