# 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>
