avatar
Cyscom
Cybersecurity Student Community of VIT Chennai
  • CTF EVENTS
  • CATEGORIES
  • TAGS
  • ARCHIVES
  • POSTS
  • ABOUT
Home CyberConverge 2025 Layers
Writeup
Cancel

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

  1. Take the given encoded string: Q0JEVntrb3RyeX...}
  2. First, decode it from Base64.
  3. Next, apply a Caesar cipher decryption with shift = 19.
  4. You will get the final flag.

Flag

CBCV{cRy9T0_L4y3r5_4RE_FuN_3135}

Flag

CBCV{cRy9T0_L4y3r5_4RE_FuN_3135}
Edit on GitHub
Trending Tags
authentication idor sql-injection ssti xss

© 2025 Cyscom. Some rights reserved.

Using the Jekyll theme Chirpy.

A new version of content is available.