git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nicolas Pitre <nico@cam.org>
To: Aaron Digulla <digulla@hepe.com>
Cc: Sverre Rabbelier <srabbelier@gmail.com>, git@vger.kernel.org
Subject: Re: [FR] Encrypting the repository
Date: Fri, 10 Apr 2009 22:03:58 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LFD.2.00.0904102159000.6741@xanadu.home> (raw)
In-Reply-To: <49DF294E.7010407@hepe.com>

On Fri, 10 Apr 2009, Aaron Digulla wrote:

> Sverre Rabbelier 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?
> > 
> > Encrypt the entire drive flash drive [0], and then use git like
> > normal, 0 changes required ;). You can also create an encrypted file,
> > and then use git like normal, also 0 changes required!
> 
> How do I encrypt an Internet drive (like Dropbox)? Also, if possible, I'd like
> not to have to install any software on the local computer (well, besides git,
> obviously).

You can create git bundles, which is a way to synchronize repositories 
without using a direct network connection.  A bundle is simply a single 
file with the needed data to perform repository updates.

So you could use bundles, and encrypt them with the encryption tool of 
your choice before storing them on a USB stick for example.


Nicolas

      parent reply	other threads:[~2009-04-11  2:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-10  8:49 [FR] Encrypting the repository Aaron Digulla
2009-04-10  9:14 ` Francis Galiegue
2009-04-10 11:09   ` Aaron Digulla
2009-04-10 10:18 ` Geoffrey Lee
2009-04-10 10:30 ` Sverre Rabbelier
2009-04-10 11:11   ` Aaron Digulla
2009-04-10 11:17     ` Sverre Rabbelier
2009-04-11  2:03     ` Nicolas Pitre [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LFD.2.00.0904102159000.6741@xanadu.home \
    --to=nico@cam.org \
    --cc=digulla@hepe.com \
    --cc=git@vger.kernel.org \
    --cc=srabbelier@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).