16 May 2007 07:34
entropy hint update
Robert Connolly <robert <at> linuxfromscratch.org>
2007-05-16 05:34:14 GMT
2007-05-16 05:34:14 GMT
Hello. Please update the attached hint. robert
AUTHOR: Robert Connolly <robert at linuxfromscratch dot org> (ashes) DATE: 2007-05-16 LICENSE: Public Domain SYNOPSIS: Entropy and random number generators in Linux PRIMARY URL: http://www.linuxfromscratch.org/hints/ DESCRIPTION: The word "entropy" generally means "chaos", "disorder", or "uncertainty". In this hint "entropy" is used to describe random computer data. Many system components depend on entropy (random numbers) for various tasks. One of the simplest examples would be the fortune(6) program, which gives a random quote from a list when we log in. Another simple example is a solitaire card game, or the shuffle option in a music player. Without random numbers these programs would generate the same results every time they run. The above examples are low security applications. It is not critical for them to use high quality random numbers, and in applications like these the current system time and date is usually an adequate source of entropy. Examples of medium security uses for entropy would be applications like mktemp(1), password salt, or the Stack Smashing Protector (SSP) GCC feature.(Continue reading)
RSS Feed