Radio
Cryptography | Medium - Radio
Challenge
We've intercepted a message between two radio stations regarding the upcoming album release of a famous band. Can you determine who the band is? (Please wrap your answer like such: scs{answer})
If the browser-based audio doesn't play: Download Audio
hint
Find a DTMF (Dual Tone Multi-Frequency) decoder to convert the DTMF-frequencies into an array of numbers.
Q1 - 40 points
What is the number that was recorded?
Q2 - 60 points
What is the plaintext English message in the recording?
Solution
Solution Guide
- What is the number that was recorded?
- Go to DTMF decoder tool
- Enter in the audio file
- What is the plaintext English message in the recording?
- Go to T9 (Text Message Cipher) in dcode.xyz
- Choose the answer that fits best (might take multiple attempts)
Credits
- Author(s): Swapnil Roy (thespcrewroy)