Skip to content

Latest commit

 

History

History
executable file
·
20 lines (13 loc) · 597 Bytes

README.md

File metadata and controls

executable file
·
20 lines (13 loc) · 597 Bytes

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