git-crypt icon indicating copy to clipboard operation
git-crypt copied to clipboard

Doc request: Explain where keys are stored

Open yogiben opened this issue 10 years ago • 2 comments

First time using, I saw Generating key...

Where is this key stored?

yogiben avatar Jan 07 '16 13:01 yogiben

It's stored in the .git-crypt directory inside your repository. You can export it with export-key, as explained in the documentation.

smemsh avatar Jan 07 '16 23:01 smemsh

AFAICT it's actually in the .git/git-crypt directory

mnieber avatar Jan 02 '18 22:01 mnieber