FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

python-beginner-projects/projects/AES256 at main · RealPythonProjects/python-beginner-projects · GitHub

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!


Back | FazBrowse Home | New Git URL