Grant Edwards <[EMAIL PROTECTED]> writes: > On 2005-11-02, Neil Schemenauer <[EMAIL PROTECTED]> wrote: >> Grant Edwards <[EMAIL PROTECTED]> wrote: >> Using data from the Internet is just a bad idea. > I think that the timing of certain network events is one of the > Linux kernel's entropy sources.
BSD as well. The key word is "one". While network events don't make a good source of random data, proplery combining such sources can create good random data. Randomness is a deep subject. You should use a library built by experts (and appropriate for your application) rather than try and build one yourself. Most modern Unix systems have a /dev/random that qualifies for a lot of applications. <mike -- Mike Meyer <[EMAIL PROTECTED]> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. -- http://mail.python.org/mailman/listinfo/python-list