SES (Secure Encryption Standard) is a secure and open source Encryption Protocol written in Python.
git clone https://github.com/CyberSafe-Labs/SES.git
cd SES
python3 SES.py
If you get a error saying "inconsistent use of tabs and spaces in indentation" run:
pip install autopep8
autopep8 -i SES.py
Aditya Patil, Developer, Researcher and Maintainer.
© 2021 CyberSafe Labs, Inc. © 2021 Aditya Patil
GPL-3.0 License