Skip to content

R3LI4NT/AEScrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AEScrypter

Encrypt and Decrypt files with Advanced Encryption Standard.

Usage

COMMAND DESCRIPTION
-e / --encrypt Encrypt file
-d / --decrypt Decrypt file
-b / --buffersize Buffer size (128 / 192 / 256)
-p / --password Password to encrypt and decrypt file
-h / --help Request help

Insallation

> git clone https://github.com/R3LI4NT/AEScrypter

> cd AEScrypter

> pip3 install -r requirements.txt

> sudo apt-get install shred

EXAMPLE: File ENCRYPTED

python3 AEScrypter.py -e <file> -b <buffersize> -p <password>

file_ENCRYPTED

EXAMPLE: File DECRYPTED

python3 AEScrypter.py -d <file> -b <buffersize> -p <password>

file_DECRYPTED

Package by: https://www.aescrypt.com/

About

Encrypt and Decrypt files with Advanced Encryption Standard.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages