jontiefer / tiecrypt

A bash-based encryption script that can be used on Linux, Mac OSX and Windows that utilizes the 7-Zip application's AES encryption to perform 256-bit AES encryption.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TieCrypt (7-Zip Based AES-256 Encryption/Decryption)

Jonathan Tiefer - Copyright (c) 2021-2022

This program uses the 7-Zip program, including 7z.exe and 7z.dll to perform compression and encryption. 7-zip is licensed under the GNU LGPL license

The source code for 7-Zip can be found at www.7-zip.org

TieCrypt Command Line Reference

Usage

Encrypt: tcrypt e/encrypt [OutputFileName] -p <password> [file/dir name(s)...]
Decrypt: tcrypt d/decrypt [InputFileName] -p <password> [output path:optional]

Command Line Arguments:

e/encrypt [OutputFileName]: Encrypt files or directories to specified file
d/decrypt [InputFileName]: Decrypt specified .ENC file
-p/--password: Password used for encryption

About

A bash-based encryption script that can be used on Linux, Mac OSX and Windows that utilizes the 7-Zip application's AES encryption to perform 256-bit AES encryption.

License:GNU Lesser General Public License v2.1


Languages

Language:Shell 100.0%