picoCTF Cryptography Guide

here's how to solve 13

Back to the Cryptography Guides

13

Name: 13
Description: Cryptography can be easy, do you know what ROT13 is? cvpbPGS{abg_gbb_onq_bs_n_ceboyrz}
Author: Alex Fulton/Daniel Tunitis
Tags: Easy, Cryptography, picoCTF 2019
Challenge from: picoCTF 2019
Hints:
1. This can be solved online if you don't want to do it by hand!

Theory

According to the description, to get the flag, it's just a rotation 13 cypher, or well, Caesar Cypher with a shift of 13, which is exactly halfway through the alphabet, that's why it's used so much. So yeah, let's just use the online decipherer for Caesar Cypher.

Solution

Now let's just put it in the Caesar Cypher with a shift of 13 and let's see what we get:

Caesar Cypher (online tool i think)

INPUT: cvpbPGS{abg_gbb_onq_bs_n_ceboyrz}

SHIFT: 13

OUTPUT:
<13 (>13) - picoCTF{not_too_bad_of_a_problem}

There we go! That's the flag.

I rated this level as "good"! :3


https://play.picoctf.org/practice/challenge/62