Hacker News new | ask | show | jobs
Transparent Git Encryption (github.com)
4 points by shadowhand 5573 days ago
1 comments

Please 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.