👾
Gitsik's Domain
  • About
  • 🚩ctf-writeups
    • 🇨🇦UofTCTF '25
      • Misc - Mathtest
      • Pwn - babypwn
      • Pwn - babypwn2
    • 🇮🇳VishwaCTF '25
      • OSINT - Stadium
      • OSINT - The Lecture Code
      • Cryptography - Rhythmic Cipher
      • Forensics - Whisper
      • Steganography - Echoes of the Unknown
      • Steganography - Let's Race
      • Steganography - TENET
Powered by GitBook
On this page
  1. ctf-writeups
  2. VishwaCTF '25

Cryptography - Rhythmic Cipher

A secret group has been exchanging messages using an unusual method—hiding words in plain sight through an old cipher. Their latest transmission has been intercepted.

PreviousOSINT - The Lecture CodeNextForensics - Whisper

Last updated 2 months ago

Can you decode their message and uncover what they are trying to say?

Flag Format: VishwaCTF{word1_word2}

Solution :

Challenge two gif files where it looks like different patterns of a stick man. I guessed it to be the dancing men cipher. So, I just split the gif into frames and each frame was a dancing men cipher character indeed.

Gif1:

Gif2:

Used decode.fr for decoding gif1 as 1st word and gif2 as 2nd word gave CIPHERED and then DANCE

Flag: VishwaCTF{CIPHERED_DANCE}

🚩
🇮🇳