Skip to content

A bash program to batch encrypt, or decrypt files using AES, and deploy them to a network, or cloud shared directory.

License

Notifications You must be signed in to change notification settings

big-shadow/batch-cryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

batch-cryptor

This bash program is used to batch encrypt and deploy file structures recursivley into monitored folders (Google Drive, OneDrive, etc).

Examples

To Encrypt:

./batch-cryptor.sh -s /home/user/media1/Local-Vault/ -t /home/user/Drive/Vault/

To Decrypt:

./batch-cryptor.sh -t /home/user/media1/Local-Vault/ -s /home/user/Drive/Vault/ -d

Note the placement of the -t and -s argument flags.

alt text

About

A bash program to batch encrypt, or decrypt files using AES, and deploy them to a network, or cloud shared directory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages