morse-code
Description
Morse code is well known. Can you decrypt this? Download the file here. Wrap your answer with picoCTF{}, put underscores in place of pauses, and use all lowercase.
Solving
- The soundfile is a morse code
- You could either translate it by your self with the morse alphabet or use this link
- Change all characters to lowercase and replace pause or space with
_ - Arounded by
picoCTF{and}will give you the flag.
