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

Symmetric secret key rotation

Open ConnorAtherton opened this issue 10 years ago • 1 comments

I didn't see anything in the README about key rotation. Is there a command like:

git-crypt re-encrypt /path/to/old/key /path/to/new/key

ConnorAtherton avatar Sep 01 '15 21:09 ConnorAtherton

Not yet, though the framework is in place to support it. It's surprisingly complicated to do in a way that doesn't completely break history. See https://github.com/AGWA/git-crypt/issues/47#issuecomment-90788733.

AGWA avatar Sep 02 '15 18:09 AGWA