On Fri, Apr 10, 2009 at 1:49 AM, Aaron Digulla <digulla@xxxxxxxx> wrote: > I need a way to safely synchronize data between several places using an unsafe > storage (USB stick, Internet drive). So my question is: How much work would it > be to patch GIT to encrypt all files in the repository using AES-256? Why in the world would you want to modify Git to do that? Just use an existing encryption solution. If you need to use a USB drive, then use disk encryption. If you need to do it online, then use SSH. http://www.dmoz.org/Computers/Security/Products_and_Tools/Cryptography/ -Geoffrey Lee -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html