caesar

Point: 100

Category

Cryptography

Question

Decrypt this message. You can find the ciphertext in /problems/caesar_0_22aa542fadadcc37b6ec6037c493ec9f on the shell server.

Hint

caesar cipher tutorial

Solution

cd /problems/caesar_0_22aa542fadadcc37b6ec6037c493ec9f
cat ciphertext

Then try to decode the message with caesar

Flag

picoCTF{crossingtherubicongysimakx}

Last updated