Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 593 Bytes

File metadata and controls

19 lines (14 loc) · 593 Bytes

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