Skip to content

wlrmarl/AES-CBC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AES-256 CBC with PBKDF2 in Python

Encrypt\Decrypt Data in Python.

These is Simple Program which performs Encryption and Decryption, practical Example, Usage might be Differnt in Different Cases.

To use Git You Should have Git Installed in your System.

For Windows:

Download Git from Official Site

For Linux:

sudo apt-get update
sudo apt-get install git
sudo apt-get install python3 

Setup :

git clone https://github.com/NabeelJiwani/AES-CBC.git
cd AES-CBC
pip3 install -r requirements.txt

Usage:

python3 encryption.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages