Skip to content

hisamafahri/cyg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

46 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


cyg

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.

Author

Hisam A Fahri: @hisamafahri

License

GNU GPLv3

About

πŸ”‘ πŸ” πŸ”’ --secure files in your git repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages