Challenge 40 ☆
Welcome to challenge Challenge 40.
Find the secret hidden in the WrongSecrets repository. This challenge focuses on Cryptography.
💡 Look for: Configuration files, source code, environment variables, Docker files, or cloud infrastructure related to this challenge.
A developer encrypted a secret using AES and stored its base64 encoded value in a json file. But where to leave the key? What about just leaving the key inside the file with the secret? That way, every secret can have its own key easily! Can you find the secret?
The challenge file is called secrchallenge.json and can be found in the executables folder.