Author: James Savage
Date: February 2025
✅ These Python scripts are provided for educational purposes only to demonstrate cryptographic techniques and access control principles.
- ❌ These scripts should not be used in any commercial, production, or security-critical environment.
- 🔒 They do not expose any vulnerabilities or sensitive information.
⚠️ The scripts are not affiliated with, endorsed by, or the responsibility of any employer or organisation.
💡 Use them at your own risk, and always follow best practices when working with cryptographic systems.
To use the scripts, follow these steps:
1️⃣ Download and Set Up PyCharm
- Download and install PyCharm Community Edition (free).
2️⃣ Create a New Project
- Open PyCharm and create a new project with a "Welcome Script."
3️⃣ Install Required Dependencies
- Open Settings → Type in the search bar: Interpreter.
- Click the "+" button, then search for "pycryptodome."
- Select "pycryptodome" and click "Install Package."
- Once installation is complete, click "Close" → "OK."
4️⃣ Use a Script
- Open the "Welcome Script," delete the contents, and copy & paste the script you wish to use.