[–] js2 15y ago ↗ 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? [–] shadowhand 15y ago ↗ 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.
[–] shadowhand 15y ago ↗ 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.
2 comments
[ 2.9 ms ] story [ 15.5 ms ] threadhttp://thread.gmane.org/gmane.comp.version-control.git/11312...
Also, I notice you're using ECB. Shouldn't CBC be used?
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.