# caesar

Point: 100

## Category

Cryptography

## Question

Decrypt this [message](https://2019shell1.picoctf.com/static/48df1c1cea3578bb350dd089a9f0bc10/ciphertext). You can find the ciphertext in /problems/caesar\_0\_22aa542fadadcc37b6ec6037c493ec9f on the shell server.

## Hint

caesar cipher [tutorial](https://learncryptography.com/classical-encryption/caesar-cipher)

## Solution

```bash
cd /problems/caesar_0_22aa542fadadcc37b6ec6037c493ec9f
cat ciphertext
```

Then try to decode the message with [caesar](https://cryptii.com/pipes/caesar-cipher)

## Flag

picoCTF{crossingtherubicongysimakx}
