Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 411 Bytes

crypto-binary.md

File metadata and controls

9 lines (8 loc) · 411 Bytes

Zeros and Ones

  • Event: ForeverCTF
  • Problem Type: Crypto
  • Point Value / Difficulty: Easy
  • (Optional) Tools Required / Used:

Steps

Step 1

The flag is encoded in binary, since the ciphertext is only using 1s and 0s in groups of 8 (one for each character). We can use an online decoder like this to recover the flag.