/pcrypt

Shell script to AES encrypt/decrypt files from command line

Primary LanguageShell

pcrypt

Personal Encryption

Shell script to AES encrypt/decrypt files from command line

Requirements

Needs openssl (usually already installed on Mac/Linux). Tested with cygwin on Windows.

Installation

cp pcrypt /usr/bin (or some place on your $PATH)

chmod a+x pcrypt

Usage

Encrypt:

pcrypt <filename_orig> <filename_new>

Decrypt:

pcrypt <filename>