Skip to content

Commit 1f15f73

Browse files
committed
Added writeup for classic-crypto of ekoparty-pre-ctf-2015
1 parent be6ed7e commit 1f15f73

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
[](ctf=ekoparty-2015)
2+
[](type=crypto)
3+
[](tags=morse,ceasar)
4+
[](tools=audacity)
5+
[](techniques=)
6+
7+
# Classic Crypto (crypto-50)
8+
9+
We are given an [audio file](../message.mp3). Let's open it up in [Audacity](http://audacityteam.org/)
10+
11+
![Screenshot of given audio file in Audacity](screenshot.png)
12+
13+
Looks like morse code. Let's write it down:
14+
```
15+
.-. -..- -... --.. -... . ..-. .-. .--. -... --.- .-. .--. -. .-. ..-. -. .
16+
```
17+
Tried out an [online morse code decoder](http://morsecode.scphillips.com/translator.html) and got:
18+
```
19+
RXBZBEFRPBQRPNRFNE
20+
```
21+
Looks like we need to something more, maybe ceasar?
22+
23+
Let's print out all 26 shifts:
24+
```
25+
lrvtvyzljvkljhlzhy
26+
mswuwzamkwlmkimaiz
27+
ntxvxabnlxmnljnbja
28+
ouywybcomynomkockb
29+
pvzxzcdpnzopnlpdlc
30+
qwayadeqoapqomqemd
31+
rxbzbefrpbqrpnrfne
32+
sycacfgsqcrsqosgof
33+
tzdbdghtrdstrpthpg
34+
uaecehiusetusquiqh
35+
vbfdfijvtfuvtrvjri
36+
wcgegjkwugvwuswksj
37+
xdhfhklxvhwxvtxltk
38+
yeigilmywixywuymul
39+
zfjhjmnzxjyzxvznvm
40+
agkiknoaykzaywaown
41+
bhljlopbzlabzxbpxo
42+
cimkmpqcambcaycqyp
43+
djnlnqrdbncdbzdrzq
44+
ekomorsecodecaesar
45+
flpnpstfdpefdbftbs
46+
gmqoqtugeqfgecguct
47+
hnrpruvhfrghfdhvdu
48+
iosqsvwigshigeiwev
49+
jptrtwxjhtijhfjxfw
50+
kqusuxykiujkigkygx
51+
```
52+
53+
Aand there's the flag
54+
> EKO{MORSECODECAESAR}
50.8 KB
Loading
96.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)