Dashed — Six-Layer Encoding Chain: Morse → Hex → Binary → Base64 → Caesar

Decode a Morse code file, strip hex prefixes, convert to binary, interpret as Base64, then apply a Caesar shift derived from the first character — five transforms chained together.

January 1, 2024 · 3 min · giordii

Suoni Misteriosi — Morse Audio Decoder

A WAV file carries the flag in Morse code audio. Decode it automatically with morse-audio-decoder and wrap the result in flag{…}.

January 1, 2024 · 1 min · giordii