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.