diff options
Diffstat (limited to 'development/git-crypt/README')
-rw-r--r-- | development/git-crypt/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/git-crypt/README b/development/git-crypt/README new file mode 100644 index 0000000000..6363c7b888 --- /dev/null +++ b/development/git-crypt/README @@ -0,0 +1,11 @@ +git-crypt - transparent file encryption in git + +git-crypt enables transparent encryption and decryption of files in a +git repository. Files which you choose to protect are encrypted when +committed, and decrypted when checked out. git-crypt lets you freely +share a repository containing a mix of public and private content. +git-crypt gracefully degrades, so developers without the secret key +can still clone and commit to a repository with encrypted files. This +lets you store your secret material (such as keys or passwords) in the +same repository as your code, without requiring you to lock down your +entire repository. |