Welcome to the Finding Waldo challenge! Your task is to decrypt an encrypted message to find Waldo's location.
- The encryption algorithm used is AES.
- The key used for encryption is 16 characters long and is a common phrase.
- localhost:8000 is the server that has the encrypted message and the key with decryption capabilities.
- Docker
To run the challenge, use the following commands:
cd '.\Finding Waldo\service\'
docker-compose up --build
- The challenge is available at
localhost:8000
Feel free to use the command line install, it will make your life more easier! https://github.com/StepSisStuck/Capture-The-Flag-Waldo/pkgs/container/capture-the-flag-waldo