write-ups-challenges-2022-2023/full-stack-encryption/SOLUTION.md

10 lines
160 B
Markdown
Raw Permalink Normal View History

2022-11-24 21:59:22 +00:00
# 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}