Skip to content

AmmarrBN/AES-ECB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AES-ECB

Python 3 Encryption AES-ECB

How to run?

Install Package + Run Script Termux
pkg update && pkg upgrade
pkg install python
pkg install git
git clone https://github.com/AmmarrBN/AES-ECB
cd AES-ECB
pip install -r requirements.txt
python main.py
Install Package + Run Script UBUNTU
sudo apt update -y && apt upgrade -y
sudo apt install python-is-python3 -y
sudo apt install git -y
git clone https://github.com/AmmarrBN/AES-ECB
cd AES-ECB
pip install -r requirements.txt
python main.py

Preview

Output

Before

After