Doug Barton <dougb@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
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no
_______________________________________________
freebsd-security@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"