Skip to content

Commit f19a46f

Browse files
committed
minor updates
1 parent 53b693f commit f19a46f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

solve/shufflebox/index.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ sidebar_label: Overview
55
description: Writeup for challenge shufflebox of Down Under CTF 2024
66
---
77

8+
Down Under CTF 2024 is the first CTF I've participated in. Our team did very well. This is writeup for one of
9+
the simpler challenges I've solved. Feedback is really, really appreciated.
10+
811
## Prologue
912

10-
CTF Event: Down Under CTF 2024
13+
Difficulty: beginner
1114

12-
Website: [https://downunderctf.com/](https://downunderctf.com/)
15+
Category: cryptography
1316

14-
Solves: 582
17+
Solved: 582
1518

1619
!!! quote "Description"
1720
I've learned that if you shuffle your text, it's elrlay hrda to tlle htaw eht nioiglra nutpi aws.
@@ -168,6 +171,7 @@ for i in range(16):
168171
print(challenge[resolved_positions[i]], end="")
169172
```
170173

171-
## Epilogue
174+
## Epilogue
172175

173-
Official writeups: https://github.com/DownUnderCTF/Challenges_2024_Public
176+
* Official website: [https://downunderctf.com/](https://downunderctf.com/)
177+
* Official writeups: https://github.com/DownUnderCTF/Challenges_2024_Public

0 commit comments

Comments
 (0)