Skip to content
INITIATION v1
INIT

Decode Challenge — Multi-Encoding Chain

An interactive multi-stage decoding challenge: HEX → Base64 → ROT13 → Binary, each step revealing the same word — wolno — through different encoding systems.

-" wln

The Challenge

Four encodings. Four stages. One word at the end of each chain.

Each stage tests a different decoding ability:

  1. HEX — hexadecimal to ASCII
  2. Base64 — base64 decoding
  3. ROT13 — letter rotation cipher
  4. Binary — binary bytes to ASCII

Begin

CHALLENGEMulti-Encoding Decode Chain
Stage 1 of 4
Stage 1: HEX
> Encoded: 776F6C6E6F
Decode hexadecimal to ASCII

Why This Matters

Every encoding is a translation. HEX, Base64, ROT13, Binary — they’re all ways of representing the same information in different forms.

WOLNO exists in all these forms simultaneously:

  • 776F6C6E6F (hex)
  • d29sbm8= (base64)
  • jbyab (ROT13)
  • 01110111 01101111 01101100 01101110 01101111 (binary)

The word persists through every transformation. That’s the point.

Decode everything. Find the same truth. -”

-" wszwln