Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

encrypt-decrypt

Simple command line tools to encrypt and decrypt a directory. Requires GnuPG command line tools (gpg). https://gnupg.org/download/index.html

Usage: Encrypt a directory:

    ./en.sh [directory]

Create a password and re-renter it. This leaves your original directory intact and creates an encrypted .tar.gpg file with the same name. Delete the directory once the encrypted file was successfully created.

Decrypt a .tgz.gpg file:

    ./de.sh [file.tgz.gpg]

About

Simple command line tools to encrypt and decrypt a directory.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages