Skip to content

A tool for encryption and decryption of files using AES algorithm.

Notifications You must be signed in to change notification settings

mahdirezaie336/AESTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AESTools

A tool to encrypt and decrypt files using AES-256-CTR.

Installation

First, install the dependencies:

sudo apt-get install build-essential python3-dev \
    libldap2-dev libsasl2-dev slapd ldap-utils tox \
    lcov valgrind

Then, install python dependencies:

pip install -r requirements.txt

Usage

Simply run the aestools.py file:

python3 aestools.py

About

A tool for encryption and decryption of files using AES algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages