Skip to content

Latest commit

 

History

History

caesar cipher 1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

caesar cipher 1

PROBLEM

This is one of the older ciphers in the books, can you decrypt the message? You can find the ciphertext in /problems/caesar-cipher-1_2_73ab1c3e92ea50396ad143ca48039b86 on the shell server.

HINT

caesar cipher tutorial

SOLUTION

We are given a ciphertext picoCTF{payzgmuujurjigkygxiovnkxlcgihubb} that is encoded by simple caesar cipher.

Just go to this and put the ciphertext there and make a shift of 5 and BOOM you'll have the flag.

FALG - picoCTF{justagoodoldcaesarcipherfwacbovv}