rotateKrypton Level 1 β†’ Level 2

As mentioned in the previous challenge description, all files for challenges will be stored under /krypton/ directory.

cd /krypton/krypton1
ls

So for the next user's password, it is encoded with rot13 also known as Caesar cipher.

We can decrypt it with python:

Or using cyberchef:

We can brute force the amount of rotations:

That is the password for the next user: ROT***.

Last updated