> 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/2022/dvctf-2022/warmup/ebg13.md).

# EBG13

**Category:** Cryptography - **Points:** 500 (at the beginning) then 10 (at the end) - **Solves:** 640\
**Description:** We found this message : can you decipher it? `qiPGS{3apElcg1ba_1f_r4fl}`

**Infos:**

**Solution:**\
To solve this challenge you need to decrypt the message.\
With the title chall, we quickly find that the encryption use is ROT13.

So when we go on this website ([rot13.com](https://rot13.com/)) and copy/paste the encrypted message, the flag is decrypted.

<details>

<summary>🚩 FLAG</summary>

```
dvCTF{3ncRypt1on_1s_e4sy}
```

</details>
