From: Matt Mackall <mpm@selenic.com>
To: Christoph Anton Mitterer <calestyo@scientia.net>
Cc: Henrique de Moraes Holschuh <hmh@debian.org>,
Herbert Xu <herbert@gondor.hengli.com.au>,
"Theodore Ts'o" <tytso@mit.edu>,
linux-kernel@vger.kernel.org
Subject: Re: [Pkg-sysvinit-devel] Bug#587665: Safety of early boot init of /dev/random seed
Date: Sun, 01 Aug 2010 23:52:12 -0500 [thread overview]
Message-ID: <1280724732.18586.28.camel@calx> (raw)
In-Reply-To: <1280703171.10108.35.camel@fermat.scientia.net>
On Mon, 2010-08-02 at 00:52 +0200, Christoph Anton Mitterer wrote:
> Hey Matt...
>
> May I ask you a follow-up question on that,... which is however not so
> much Debian-init-related, I guess.
>
>
> On Mon, 2010-07-05 at 13:40 -0500, Matt Mackall wrote:
> > > > 1. How much data of unknown quality can we feed the random pool at boot,
> > > > before it causes damage (i.e. what is the threshold where we violate the
> > > > "you are not goint to be any worse than you were before" rule) ?
> >
> > There is no limit. The mixing operations are computationally reversible,
> > which guarantees that no unknown degrees of freedom are clobbered when
> > mixing known data.
> >
> > > > 2. How dangerous it is to feed the pool with stale seed data in the next
> > > > boot (i.e. in a failure mode where we do not regenerate the seed file) ?
> >
> > Not at all.
>
> Are the above to statements also true for possibly "evil" random data?
Yes. Mixing in known values will not cause the contents of the pool to
become 'more known'. This is what I mean about reversible mixing
(without getting too technical): you can mix in a billion known values,
then mathematically reverse the billion mixing operations to return to
the original unknown state. Which means that the state after a billion
operations has just as much unknown-ness as it did when it started.
Here's the simplest version: consider that you've got a single unknown
bit X. Then you "mix" in Y1...Y9999 with X'=X^Y (reversible with
X=X'^Y). Because you don't know anything about X beforehand, no number
or pattern of bits Yn is going to improve your guess of the final value
of X - after each operation, it's still exactly as unguessable as
before.
Crucially, though, if you start with a _known_ value and mix in
_unknowns_ (what you're usually trying to do), the resulting state's
unknown-ness increases. With a good mixing function (and ours is pretty
decent), repeated addition of unknown values rapidly saturates the
unknown-ness of the pool.
--
Mathematics is the supreme nostalgia of our time.
prev parent reply other threads:[~2010-08-02 4:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20100630175615.2119.50822.reportbug@pluto.milchstrasse.xx>
[not found] ` <20100630184209.GA30971@khazad-dum.debian.net>
[not found] ` <4C2BCE88.20004@debian.org>
[not found] ` <20100630234016.GD18711@login1.uio.no>
[not found] ` <4C2BDCF0.5080203@debian.org>
[not found] ` <20100701141022.GA3811@login1.uio.no>
[not found] ` <20100701171357.GE4789@khazad-dum.debian.net>
[not found] ` <20100702064415.GE3811@login1.uio.no>
[not found] ` <20100702232919.GA14437@login2.uio.no>
[not found] ` <20100703012833.GA20929@khazad-dum.debian.net>
2010-07-03 15:16 ` Safety of early boot init of /dev/random seed Henrique de Moraes Holschuh
2010-07-03 16:08 ` [Pkg-sysvinit-devel] Bug#587665: " Henrique de Moraes Holschuh
2010-07-05 18:40 ` Matt Mackall
2010-07-15 23:33 ` Henrique de Moraes Holschuh
2010-07-16 2:41 ` Matt Mackall
2010-07-16 12:58 ` Henrique de Moraes Holschuh
2010-08-01 22:52 ` Christoph Anton Mitterer
2010-08-02 4:13 ` Henrique de Moraes Holschuh
2010-08-02 4:52 ` Matt Mackall [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=1280724732.18586.28.camel@calx \
--to=mpm@selenic.com \
--cc=calestyo@scientia.net \
--cc=herbert@gondor.hengli.com.au \
--cc=hmh@debian.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tytso@mit.edu \
/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