An AES Encryprion System using Python
Secure message sender using AES encryption and OTP via TextBee SMS API.
- Encrypt and send messages with AES
- OTP transmission using TextBee
- GUI built with Tkinter
- Install dependencies:
pip install pycryptodome requests - Configure
sms_sender.pywith your TextBee API key and Device ID. - Run:
python main.py