There are the included files:
In the "Script" folder:
- "Program_Non-encrypted.py" is my original script.
- "Encrypt_Program.py" is my original script with an function that encrypts the whole script.
- The encryption is saved into "Encrypted_Program.txt", which is in the main directory.
- Neither "Encrypt_Program.py" nor "Program_Non-encrypted.py" are needed to actually run the program.
In the main directory:
- "Encrypted_Program.txt" is the encryption of the script. Don't modify it at all!
- "Run_Encrypted_Program.py" decrypts the encryption and then runs the program.
- "crypt.key" is the key used to encrypt/decrypt the log files and screenshots.
- "decrypter.pyw" is the script needed to decrypt the log files and screenshots.
- "key_generator.pyw" just creates a new key stored in "crypt.key". You may change it before running the program and after running decrypter.pyw, but don't change it in the middle!
- "requirements.txt" is a list of the pip modules I had to install.
- "resources.md" is a list of websites that I used to learn a lot of things to make this tool possible. Take a look!
This program is created for educational purposes only!