Transparent Git Encryption
github.com
Transparent Git Encryption
1–3 of 3 posts
Re: Transparent Git Encryption
#2Please see the discussion on the git list where Junio recommends against this technique:
http://thread.gmane.org/gmane.comp.version-control.git/11312...
Also, I notice you're using ECB. Shouldn't CBC be used?
Re: Transparent Git Encryption
#3Please see the discussion on the git list where Junio recommends against this technique: http://thread.gmane.org/gmane.comp.version-control.git/11312... Also, I notice you're using ECB. Shouldn't CBC be used?
I have read that post and agree with him in principle, but it should be up the end user to decide if they want to use this.
As for ECB vs CBC, I recommend reading https://github.com/shadowhand/git-encrypt/issues/2 which cover both ECB and fixed salts in depth.