After successfully joining the academy, you attempt to log in to eclass but your browser crashes and all your files get encrypted. The only artifact provided is a password generator script. Crack it to decrypt your files.
See solution.py for the full implementation. In summary:
- The
generatePasswordfunction can be reversed to recover the Master Key - With the Master Key recovered, decrypting the cipher is straightforward