Implementation of decryption and encryption algorithms for KI submission
Create environment (Linux)
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Build into executable
pyinstaller --onefile -w DES.py
./dist/DES
Implementation of decryption and encryption algorithms for Keamanan Informasi (KI) submission
Python