Level Goal The password for the next level is stored in the file data.txt, which contains base64 encoded data 1. A very straightforward problem - the description clearly states the data is encoded in base64. 2. The "-d, --decode" decode option was listed right there in the commands section, so I found the answer immediately.
5
0