rotateKrypton Level 0 β†’ Level 1

Base64 is type of encoding ASCII, just like hex and binary.

We can decode it in several ways:

In Linux:

Or with cyberchef:

Or by writing simple python3 script:

So here is the password for the first user, and we will authenticate with ssh:

Last updated