github-actions[bot] de85c3fd2d build: web
2026-09-13 00:47:58 +00:00
2026-09-13 00:47:58 +00:00
2026-03-10 18:08:38 -07:00
2026-03-10 18:07:31 -07:00
2026-09-12 14:14:35 -07:00
2026-03-10 23:12:12 -07:00
2026-03-10 16:11:51 -07:00

inØsight

This sentence contains hidden text you can only read by installing inzerosight.­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­

Firefox Add-on · Chrome Web Store


inØsight on-screen detection

inØsight user interface

How ZWUS Works

  1. Take each character's Unicode code point.
  2. Convert it to the chosen base (3, 6, or 8).
  3. Map each resulting digit to its assigned zero-width character from the alphabet.
  4. Join digits together; separate characters with the base's designated separator (also zero-width).

The result is a string of invisible Unicode that carries the full original text. Decoding reverses the mapping: split on the separator, look up each zero-width character to recover the digit, parse the base-N number back to a code point, and reconstruct the string.

For cipher details, see docs/cipher.md.

Use ZWUS in Your Own Projects

The encoder/decoder is available as a standalone package for multiple languages:

Description
This repo has been deleted and remade like 4 times.
Readme 10 MiB
Languages
JavaScript 88.8%
CSS 8.2%
HTML 3%