) ( ( )
( ( /( )\ ) )\ ) ( /(
( ( )\ )\())(()/((()/( )\())
)\ )\((((_)( ((_)\ /(_))/(_))((_)\
((_)((_))\ _ )\ _((_)(_)) (_)) _((_)
\ \ / / (_)_\(_)| \| ||_ _|/ __| | || |
\ V / / _ \ | .' | | | \__ \ | __ |
\_/ /_/ \_\ |_|\_||___||___/ |_||_|
Encrypt and decrypt folders with GPG in command line.
options :
-e, --encrypt <folder name>
encrypt a folder
-d, --decrypt <file name>
decrypt a file
-h, --help
show this help
You should also add its folder in your path by adding the following line in your .bashrc, in order to access it from everywhere :
export PATH="{$PATH}:path/to/the/program"
So you will just have to use :
$ vanish [OPTIONS]
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it.
There is NO GUARRANTY about the correct functioning of this script. Use it as your own risk.