> For the complete documentation index, see [llms.txt](https://simon-6.gitbook.io/simoncyber/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simon-6.gitbook.io/simoncyber/ctf-writeups/quickstart/cryptography/cyber-command-easy.md).

# Cyber Command (Easy)

### Cyber Command

<figure><img src="/files/0yED3ucXgxoPdjApQ2Pq" alt=""><figcaption></figcaption></figure>

This one was pretty easy. For the first one, I noticed the "0x". This was common in hexadecimals so I went to CyberChef to decode it.&#x20;

<figure><img src="/files/FaTQsFoVtgTMiSdpynRM" alt=""><figcaption></figcaption></figure>

The answer for number 1 was "scorpion".&#x20;

For the 2nd question, the "=" at the end would mean it's Base64 most of the time. Using CyberChef again, it returned "scribble"

For  the 3rd one, it was a quite simple Binary conversion.

However, for the 4th challenge, converting it to Binary wasn't enough, and it returned a Base64 encoded message. After decoding it, the answer would be "lollipop"

<figure><img src="/files/YbofiY1MTtuXJSKhTWDn" alt=""><figcaption></figcaption></figure>

Overall, pretty easy conversions!
