Ferbot
Links:
- Top.gg – waiting for verification.
- Discord.bot.gg – waiting for verification.
- Bot invite link: https://discord.com/oauth2/authorize?client_id=1485654993020391575&permissions=67584&integration_type=0&scope=bot
Some techy details:
- Fernet is a symmetric encryption method which makes sure that the message encrypted cannot be manipulated/read without the key. It uses 32-bite URL safe encoding for the keys.
- Saved keys are encrypted and stored in a .JSON file.
- File encryption/decryption SHOULD work with any file, because it only cares about the bytes.
- Made in Python (duh)