AGWA / git-crypt

Transparent file encryption in git
https://www.agwa.name/projects/git-crypt/
GNU General Public License v3.0
8.33k stars 479 forks source link

Symmetric secret key rotation #61

Open ConnorAtherton opened 9 years ago

ConnorAtherton commented 9 years ago

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

AGWA commented 9 years ago

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.