A tour of the tool

The HILIA tool is a single page with three tabs. Every panel takes an image, does one job, and gives you a downloadable result.

Steganography tab

PanelWhat it does
HideWeaves a payload file into a carrier image, optionally passcode-locked.
RevealRecovers the hidden file from a stego image (needs the passcode if one was set).
ProbeAnswers "does this image appear to hide something?" without extracting it.
CapacityEstimates how much data a given carrier can hold with each method.

Watermark tab

PanelWhat it does
EmbedHides a short text ID (up to 32 bytes) in the image under your secret key.
ExtractRecovers the embedded text ID — needs the same key.
DetectReports whether a watermark made with your key is present, with a confidence score.
StampEmbeds an invisible logo mark into the image.
Reveal previewAmplifies a stamped image (adjustable gain) so the hidden stamp becomes visible.
Tip

Embed and Stamp are the two operations that spend gas. Extract, Detect and Reveal are free.

Visible tab

One panel: overlay text or a logo on an image at any size, angle and opacity — single mark or tiled diagonal repeat. This never uploads your image; the whole thing runs in your browser. See Visible watermark.

Deep links

You can link straight to a tab: /app?tab=steg, /app?tab=wm, /app?tab=visible.