Skip to content

A Python Encryption & Decryption Tool Using AES

Notifications You must be signed in to change notification settings

Th3-S1lenc3/AES-256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

AES-256

//--------------------------------------------------

AES256 Encryption & Decryption Script Version 2.0 Coded by TH3_S1LENC3 and using code from https://www.quickprogrammingtips.com/python/aes-256-encryption-and-decryption-in-python.html This tool is designed to encrypt & decrypt text using AES. Please enjoy using this tool.

//--------------------------------------------------

Requires -

python 2.7

Pycryptodome - pip install pycryptodomex

Hashlib - pip install hashlib

base64 - pip install base64

Time - builtin module

Sys - builtin module

Getpass - builtin module

OS - builtin module

//--------------------------------------------------

About

A Python Encryption & Decryption Tool Using AES

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages