Rating:

# Beware the Idles of March

![Crypto](https://img.shields.io/badge/Crypto--e8ff00?style=for-the-badge) ![Points - 50](https://img.shields.io/badge/Points-50-9cf?style=for-the-badge)

```txt
JFJAM{j@3$@y_j!wo3y}
- Haskell#1426
```

---

This pretty much looks like some Caesar Cipher. So using [this CyberChef](https://gchq.github.io/CyberChef/#recipe=ROT13(true,true,19)&input=SkZKQU17akAzJEB5X2ohd28zeX0) combination revealed the flag.

**Note:** Use ROT13, because we do not want the curly brackets to be shifted.

`CYCTF{c@3$@r_c!ph3r}`

Original writeup (https://github.com/B34nB01z/writeups/tree/master/2020/CYCTF/Beware%20the%20Idles%20of%20March).