> For the complete documentation index, see [llms.txt](https://picoctf2021.haydenhousen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://picoctf2021.haydenhousen.com/cryptography/new-caesar.md).

# New Caesar

## Problem

> We found a brand new type of encryption, can you break the secret code? (Wrap with picoCTF{}) `kjlijdliljhdjdhfkfkhhjkkhhkihlhnhghekfhmhjhkhfhekfkkkjkghghjhlhghmhhhfkikfkfhm` new\_caesar.py

## Solution

1. Let's reverse the [new\_caesar.py](https://github.com/HHousen/PicoCTF-2021/blob/master/Cryptography/New%20Caesar/new_caesar.py) program.
2. See comments in the solution [script](https://github.com/HHousen/PicoCTF-2021/blob/master/Cryptography/New%20Caesar/script.py) for a detailed explanation. We reverse the encoding mechanism, then try the possible offsets, and print the possible flags.

### Flag

`picoCTF{et_tu?_1ac5f3d7920a85610afeb2572831daa8}`
