From c2931c4bca1f03b5561a8d933b4e3372c9a7e5a6 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Tue, 3 Jan 2017 15:27:04 +0100 Subject: [PATCH 1/2] Fix gendered language the person encrypting isn't necessarily male, so *their* works better in this case IMO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca3afffd..b007fe61 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## What is `git-secret`? -`git-secret` is a bash tool to store your private data inside a git repo. How’s that? Basically, it just encrypts, using `gpg`, the tracked files with the public keys of all the users that you trust. So everyone of them can decrypt these files using only their personal secret key. Why deal with all this private-public keys stuff? Well, to make it easier for everyone to manage access rights. There are no passwords that change. When someone is out - just delete his public key, re-encrypt the files, and he won’t be able to decrypt secrets anymore. +`git-secret` is a bash tool to store your private data inside a git repo. How’s that? Basically, it just encrypts, using `gpg`, the tracked files with the public keys of all the users that you trust. So everyone of them can decrypt these files using only their personal secret key. Why deal with all this private-public keys stuff? Well, to make it easier for everyone to manage access rights. There are no passwords that change. When someone is out - just delete their public key, re-encrypt the files, and he won’t be able to decrypt secrets anymore. ## Preview From 34679789e8568b772e825f9b8933b881661c7ecc Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Sat, 7 Jan 2017 10:38:45 +0100 Subject: [PATCH 2/2] update from develop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b007fe61..4be788bf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## What is `git-secret`? -`git-secret` is a bash tool to store your private data inside a git repo. How’s that? Basically, it just encrypts, using `gpg`, the tracked files with the public keys of all the users that you trust. So everyone of them can decrypt these files using only their personal secret key. Why deal with all this private-public keys stuff? Well, to make it easier for everyone to manage access rights. There are no passwords that change. When someone is out - just delete their public key, re-encrypt the files, and he won’t be able to decrypt secrets anymore. +`git-secret` is a bash tool to store your private data inside a git repo. How’s that? Basically, it just encrypts, using `gpg`, the tracked files with the public keys of all the users that you trust. So everyone of them can decrypt these files using only their personal secret key. Why deal with all this private-public keys stuff? Well, to make it easier for everyone to manage access rights. There are no passwords that change. When someone is out - just delete their public key, re-encrypt the files, and they won’t be able to decrypt secrets anymore. ## Preview