SVijayB / PyHub

A-Z of Python Essentials in one place
http://www.vijaybalaji.me/PyHub/
GNU General Public License v3.0
25 stars 15 forks source link

Create AES.py #74

Closed KumarSashank closed 1 year ago

KumarSashank commented 1 year ago

Description

This code is used to encrypt the text using AES algorithm

Install the Libraries

pip3 install pycryptodome

Related Issue

Add this under Hacktoberfest #49

Motivation and Context

By this encryption, only person with key can able to understand the information sent by sender.

Screenshots

Screenshot 2022-10-21 at 9 24 23 PM

Types of changes

Checklist: