Skip to content

Proof of concept test repo for working with git-crypt

Notifications You must be signed in to change notification settings

elucas/gitcrypt-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

gitcrypt-poc

Proof of concept test repo for working with git-crypt

    sudo apt-get install git-crypt
    cd <REPO_NAME>
    git-crypt init
    git-crypt export-key /path/to/crypt.key
    
    echo "Secrets!" > secrets.txt
    echo "secrets.txt filter=git-crypt diff=git-crypt" > .gitattributes
    

Decoding encrypted files:

    cd <REPO_NAME>
    git-crypt unlock /path/to/crypt.key

NOTE: This is the simplest symmetric encryption usage.

About

Proof of concept test repo for working with git-crypt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published