Level 12

Rot13

The challenge has all the lowercase and uppercase alphabets rotated by 13. This is a common encryption ciphers primarily used in CTFs called Caesar cipherarrow-up-right. Lets take a look.

Steps

  1. We use the cat command to read the contents of the file data.txt

  1. The we can copy the text and use an online rot13 decoder, I used dcode.frarrow-up-right

  1. Pressing the decrypt button we get the password!

Congrats! Onto the next adventure.

Last updated