write-ups-challenges-2024-2025/magic-byte/SOLUTION.md

16 lines
178 B
Markdown
Raw Normal View History

2024-11-25 21:30:51 +00:00
## Difficulty
Easy, because it is easy.
## Category
Crypto
## How To Solve
Just bruteforce the magic byte, xoring the ciphertext with the byte.
## Flag
IGCTF{hello_flag!}