X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

AES 256 Encryption and Decryption Algorithm in Python

This is a beginner friendly project for understanding Encryption/Decryption using AES Encryption Cipher in Python

Requirements

  1. Cryptodome
    pip install pycryptodome

  2. PyCryptodomex
    pip install pycryptodomex

Setup

  1. Python3.x version should be installed in your system.
  2. Install all requirements.
  3. Clone the repository.
  4. Run Python File python3 AES256.py

Demo!

Screenshot 2022-10-20 134838

X Tutup