Trending Tags
Layers
Layers
- Author: Om Mishra
Description
The challenge provides an encoded string. It is encrypted using a Caesar cipher with a shift of 7, then Base64 encoded.
Steps to Solve
- Take the given encoded string:
Q0JEVntrb3RyeX...}
- First, decode it from Base64.
- Next, apply a Caesar cipher decryption with shift = 19.
- You will get the final flag.
Flag
CBCV{cRy9T0_L4y3r5_4RE_FuN_3135}
Flag
CBCV{cRy9T0_L4y3r5_4RE_FuN_3135}