Date: Sun, 16 Jul 2000 10:59:45 -0700 From: "Andrey A. Chernov" <ache@freebsd.org> To: markm@freebsd.org Cc: current@freebsd.org Subject: randomdev entropy gathering is really weak Message-ID: <20000716105943.A60072@freebsd.org>
next in thread | raw e-mail | index | archive | help
I found that I always got the same fortune quote after reboot, over and over again. It means that /dev/random produce exact the same values after reboot. It means that machine timer or keyboard not used for enthropy gathering. Using keyboard alone not helps for automatic tasks because it can be even not present, so machine timer must be used at least after reboot stage i.e. in randomdev init procedure. Otherwise first random values are very predictable and subject for attack. -- Andrey A. Chernov <ache@nagual.pp.ru> http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000716105943.A60072>