Program Studi Teknik Informatika
Sekolah Teknik Elektro dan Informatika
Institut Teknologi Bandung
Semester I Tahun 2021/2022
Sebuah program dalam bahasa Python berbasis web dengan framework flask yang mengimplementasikan:
- Vigenere Cipher standard (26 huruf alfabet
- Varian Vigenere Cipher (26 huruf alfabet):
- Full Vigenere Cipher
- Auto-key Vigenere Cipher)
- Extended Vigenere Cipher (256 karakter ASCII)
- Playfair Cipher (26 huruf alfabet)
- Affine cipher (26 huruf alfabet)
- Hill cipher (26 huruf alfabet).
- Reihan Andhika Putra (13519043)
- Ryo Richardo ( 13519193)
Clone the repository
git clone https://github.com/AndhikaRei/Classic-Cipher.git
cd src
- Open
setup.bat
- Wait until the installation is finished
- The setup will automatically open the web browser
- If the page failed to load, wait a moment then refresh the page
- Open
run.bat
- It will automatically open the web browser
- If the page failed to load, wait a moment then refresh the page
After cloning the repository
cd src
python -m venv virt
virt\Scripts\activate
pip install -r requirements.txt
python app.py
Then open your web browser and go to localhost:5000