/Simple-DES

Implementation of decryption and encryption algorithms for Keamanan Informasi (KI) submission

Primary LanguagePython

Simple-DES

Implementation of decryption and encryption algorithms for KI submission

Build

Create environment (Linux)

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run

Build into executable

pyinstaller --onefile -w DES.py
./dist/DES