svn commit: r239569 - head/etc/rc.d
Dag-Erling Smørgrav
des at des.no
Tue Sep 11 11:28:53 UTC 2012
Doug Barton <dougb at FreeBSD.org> writes:
> 1. Pseudo-randomize the order in which we utilize the files in
> /var/db/entropy
There's no need for randomization if we make sure that *all* the data
written to /dev/random is used, rather than just the first 4096 bytes;
or that we reduce the amount of data to 4096 bytes before we write it so
none of it is discarded. My gut feeling is that compression is better
than hashing for that purpose, but at this point I'd be more comfortable
if someone with an academic background in either cryptography or
statistics (cperciva@?) weighed in.
DES
--
Dag-Erling Smørgrav - des at des.no
More information about the freebsd-rc
mailing list