Skip to content

alana314/encrypt-decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages