/vanish

Encrypt and decrypt folders with GPG in command line

Primary LanguageShell

vanish

                    )  (    (        )  
          (      ( /(  )\ ) )\ )  ( /(  
 (   (    )\     )\())(()/((()/(  )\()) 
 )\  )\((((_)(  ((_)\  /(_))/(_))((_)\  
((_)((_))\ _ )\  _((_)(_)) (_))   _((_) 
\ \ / / (_)_\(_)| \| ||_ _|/ __| | || | 
 \ V /   / _ \  | .' | | | \__ \ | __ | 
  \_/   /_/ \_\ |_|\_||___||___/ |_||_| 

Licence

Encrypt and decrypt folders with GPG in command line.

Usage

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]

Copyright

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.

Warning

There is NO GUARRANTY about the correct functioning of this script. Use it as your own risk.