Skip to content

Shell script to AES encrypt/decrypt files from command line

Notifications You must be signed in to change notification settings

rvmiller89/pcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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>

About

Shell script to AES encrypt/decrypt files from command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages