Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 842 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 842 Bytes

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