⚡
Blog
  • 💲cat ~/README.md
  • CTF
    • GCTF 2023
      • Cryptography
        • Layers of Bases
      • Miscellaneous
        • Master Hidden Within The Slides
      • Pwn
        • Level 1
        • Level 2
        • Level 3
        • Level 4
      • Web
        • Include
    • KnightCTF 2023
      • Networking
      • Miscellaneous
      • Cryptography
        • Factorie
        • Xorathrust
    • Siber Siaga 2023 CTF
  • CAMP
    • Global Cybersecurity Camp 2023
    • Malaysia Cybersecurity Camp 2022
  • CONFERENCE
    • Brewing...
  • WRITE-UP
    • TryHackMe - Attacktive Directory Write-up
Powered by GitBook
On this page
  • Challenge details
  • Solution
  • Flag

Was this helpful?

  1. CTF
  2. GCTF 2023
  3. Cryptography

Layers of Bases

PreviousCryptographyNextMiscellaneous

Last updated 1 year ago

Was this helpful?

Challenge details

Solution

Below shows the content of flag.enc

Since we've already know that the challenge is about bases, we can search for all the available from base operations in the Operations panel.

A bit of trial and error gave us the flag.

Flag

GCTF2023{L4y3rs_0f_3ncrypt10n}

description