lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 28 Nov 2006 12:46:43 -0500
From:	Phillip Susi <psusi@....rr.com>
To:	Martin Mares <mj@....cz>
CC:	David Wagner <daw-usenet@...erner.cs.berkeley.edu>,
	linux-kernel@...r.kernel.org
Subject: Re: Entropy Pool Contents

Martin Mares wrote:
> I'm adding entropy, but unless I record the exact amount of entropy when
> dumping the pool, I don't know how much I am adding, so using any fixed
> number is obviously wrong.

You aren't dumping and restoring the entropy pool; you are dumping 
random data generated by the pool, and using that data to stir the new 
entropy pool after the next boot.  There is no direct relationship 
between the entropy of the old and new pools.  The kernel needs to 
decide how much entropy you added based on how much random data you 
provide it with to stir the pool.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists