Skip to content

Commit b239eac

Browse files
committed
Update k1ndasus2025-keyinthehaystack.md and
m0leon2025begginer-smallauth.md
1 parent efb0d7f commit b239eac

2 files changed

Lines changed: 2 additions & 18 deletions

File tree

src/content/posts/k1ndasus2025-keyinthehaystack.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,9 @@ draft: false
1313

1414
---
1515

16-
# Confusion
17-
I've encrypted my secret message with RSA.
18-
19-
Easy stuff, right?
20-
21-
Well, I'm not giving you the key outright...
22-
23-
I've hidden it in a haystack!
24-
25-
Sure, a key is not a needle, and this haystack is not that big.
26-
27-
It shouldn't take more than 10' to find it, if you have an half-decent metal detector.
28-
29-
Good luck!
30-
31-
3216
## Introduction
3317

34-
Confusion was a crypto CTF from [K!nd4SUS CTF 2025](https://ctftime.org/event/2703).
18+
Haystack was a crypto CTF from [K!nd4SUS CTF 2025](https://ctftime.org/event/2703).
3519

3620
```python
3721
from Crypto.Util import number

src/content/posts/m0lecon2025beginner-smallauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ draft: false
1717

1818
## Introduction
1919

20-
SmallAuth was a crypto CTF from [## m0leCon 2025 Beginner CTF](https://ctftime.org/event/2578/) organized by [pwnthem0le](https://ctftime.org/team/60467).
20+
SmallAuth was a crypto CTF from [m0leCon 2025 Beginner CTF](https://ctftime.org/event/2578/) organized by [pwnthem0le](https://ctftime.org/team/60467).
2121

2222
```python
2323
from secret import flag, password

0 commit comments

Comments
 (0)