PicoCTF2018 Crypto Caesar cipher
Objective:
This is one of the older ciphers in the books, can you decrypt the message [1] ? You can find the ciphertext in /problems/caesar-cipher-1_0_931ac10f43e4d2ee03d76f6914a07507 on the shell server.
Solution:
Just a simple ceasar cipher shift
I used this site to decrypt
https://www.dcode.fr/caesar-cipher
It is just a 15 shift
justagoodoldcaesarcipherobyujeez
picoCTF{JUSTAGOODOLDCAESARCIPHEROBYUJEEZ}
** this one took longer than it should have.... It took me a while to realize the key needed to be lower case**
Objective:
This is one of the older ciphers in the books, can you decrypt the message [1] ? You can find the ciphertext in /problems/caesar-cipher-1_0_931ac10f43e4d2ee03d76f6914a07507 on the shell server.
Solution:
Just a simple ceasar cipher shift
I used this site to decrypt
https://www.dcode.fr/caesar-cipher
It is just a 15 shift
justagoodoldcaesarcipherobyujeez
picoCTF{JUSTAGOODOLDCAESARCIPHEROBYUJEEZ}
** this one took longer than it should have.... It took me a while to realize the key needed to be lower case**
Comments
Post a Comment