> For the complete documentation index, see [llms.txt](https://writeups.ayweth20.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://writeups.ayweth20.com/2021/dvctf-to-join-davincicode/steganography/colorful-code.md).

# Colorful Code

{% file src="/files/PQnqj9Ww2lRK2NaxUTWz" %}

**Category:** Steganography - **Points:** 47 - **Solves:** 10\
**Description:** Wtf is this image

**Infos:**

> A .jpeg file is provided (wtf.jpeg)

**Hints:** *What's that in the corners?*

**Solution:**\
To solve this challenge you need to decrypt the image.\
At looking the image, you can't find the FLAG because the image is so strange but you can see that is a special QR Code...\
So to decrypt the image there is a website who can display the content FLAG after transform the image : [JAB Code](https://jabcode.org/scan/)\
So when you upload the .jpeg file in the website the FLAG is displayed automitically.\
So after consult the website you know it's a JAB Code and not a QR Code...

<details>

<summary>🚩 FLAG</summary>

```
DVC{w31rd_b4r_c0d3}
```

</details>
