Skip to content

AESCrypt is a Python script that allows you to easily encrypt/decrypt files using AES-128.

License

Notifications You must be signed in to change notification settings

sidvanvliet/aescrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AESCrypt

A small Python 3 script to easily encrypt/decrypt files using AES-128.

Usage

Basic usage: python aescrypt.py --encrypt file.ext

Parameter Description
--create Creates private key and initialization vector (IV) files.
--encrypt path output(optional) Encrypts a file using AES-128.
--decrypt path output(optional) Decrypts a file using AES-128.
--help Shows this table

License

This project is licensed under the GNU GPLv3 - see the LICENSE file for details

About

AESCrypt is a Python script that allows you to easily encrypt/decrypt files using AES-128.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages