cyg: Secure files in your repository
Cyg will help you to secure files in your repository directly using PGP encryption. The name "cyg" was inspired by the Cygnus constellation.
How It Works?
The current version of this tool is using the already existing and secure GnuPG CLI.
Make sure it already installed in your system by running:
gpg --version
It should return the version installed in your system.
Usage
-
Initalize
cyg init
-
Lock a file
cyg lock # Then it will ask you which file you want to encrypt # and which email (make sure pgp public key are available in your system) # can decrypt it.
-
Unlock a file
cyg unlock # As long as you have the private key of the email # inputted from `cyg lock` command, you will have # the access to unlock it.