write-ups-challenges-2022-2023/full-stack-encryption/SOLUTION.md
2022-11-24 22:59:22 +01:00

10 lines
160 B
Markdown

# points
medium 40
# How to solve
Users have to first decode from BASE 64, then decode from HEX and then apply the ROT 13 algorithm.
# Flag
IGCTF{EnXryPt3D}