DEV Community

karapto
karapto

Posted on • Edited on

1 1

picoCTF 2022 ~morse-code writeup~

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.

Solution

Reading the description, the contents of the file must be written with morse code.
Morse code" is a combination of codes of different lengths, such as "・・・--・, ・-・," to represent letters and numbers.
It can be solved quickly using the following site.

https://morsecode.world/international/decoder/audio-decoder-adaptive.html

Image description

Now you have a flag. Please replay several times to avoid accidental conversions. Don't forget to lowercase the string and replace spaces with underscores (_).

Enclose wh47_h47h_90d_w20u9h7 with picoCTF{} and submit it.

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay