Re: [Q] Encrypted GIT?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeff King
Date: Thursday, March 13, 2008 - 9:00 am

On Thu, Mar 13, 2008 at 04:21:44PM +0100, Johannes Schindelin wrote:


Not necessarily. Using random IVs, random salts, and random padding does
increase security.  Adding headers to every object that tell which
algorithm and parameters were used are nice for interoperability, but
don't help with security. Doing per-object asymmetric encryptions (gpg
--encrypt without --symmetric) is performance insanity.


Keep in mind that in the example you posted before, you were not using
99% of gpg. You were just asking it to do a symmetric CBC cipher using a
passphrase. So it is overkill for that, but at the same time not
actually very flexible for doing those sorts of low-level things.
OpenSSL provides a much better toolkit for that.

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[Q] Encrypted GIT?, Alexander Gladysh, (Thu Mar 13, 1:48 am)
Re: [Q] Encrypted GIT?, Miklos Vajna, (Thu Mar 13, 4:47 am)
Re: [Q] Encrypted GIT?, Johannes Schindelin, (Thu Mar 13, 4:55 am)
Re: [Q] Encrypted GIT?, Miklos Vajna, (Thu Mar 13, 5:16 am)
Re: [Q] Encrypted GIT?, Theodore Tso, (Thu Mar 13, 5:58 am)
Re: [Q] Encrypted GIT?, Alexander Gladysh, (Thu Mar 13, 6:27 am)
Re: [Q] Encrypted GIT?, Johannes Schindelin, (Thu Mar 13, 8:21 am)
Re: [Q] Encrypted GIT?, Jeff King, (Thu Mar 13, 8:53 am)
Re: [Q] Encrypted GIT?, Jeff King, (Thu Mar 13, 9:00 am)
Re: [Q] Encrypted GIT?, Jeff King, (Thu Mar 13, 9:01 am)
Re: [Q] Encrypted GIT?, Thomas Harning, (Thu Mar 13, 9:10 am)
Re: [Q] Encrypted GIT?, Theodore Tso, (Thu Mar 13, 9:12 am)
Re: [Q] Encrypted GIT?, Jeff King, (Thu Mar 13, 9:19 am)
Re: [Q] Encrypted GIT?, David Brown, (Thu Mar 13, 10:43 am)
Re: [Q] Encrypted GIT?, Luke Lu, (Thu Mar 13, 11:36 am)
Re: [Q] Encrypted GIT?, Thomas Harning, (Thu Mar 13, 12:15 pm)
Re: [Q] Encrypted GIT?, Luke Lu, (Thu Mar 13, 1:06 pm)