> 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/hurt-your-eyes.md).

# Hurt Your Eyes

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

**Category:** Steganography - **Points:** 16 - **Solves:** 29\
**Description:** Don't blink! You'll miss it

**Infos:**

> A .png file is provided (blink.png)

**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...\
So to decrypt the image there is a website who can display the content FLAG after transform the image : [Magiceye](https://magiceye.ecksdee.co.uk/)\
So when you upload the .png file in the website the FLAG is displayed automitically like that :

![image](https://user-images.githubusercontent.com/90919471/133908363-9bfc7b31-9446-46ed-8e78-f1ef6fa047cf.png)

<details>

<summary>🚩 FLAG</summary>

```
DVC{my_3y35_hur7}
```

</details>
