Re: entropy

2010-01-10 Thread Matt Domsch
On Thu, Jan 07, 2010 at 06:40:02PM +0100, Roberto Ragusa wrote: You could investigate on how rngd works. rngd is your friend, if you have a source of entropy. There's a patch to rngd by Dell at the rngd web site [1] which uses the TPM chip (if present) to feed the entropy pool and keep it full

entropy

2010-01-07 Thread Luca
Hi all, if I simply write to /dev/random, will that increase the entropy of my system? (I'm assuming that the data I'm writing are random and that somehow I got them). Thanks, Luca -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora

Re: entropy

2010-01-07 Thread Roberto Ragusa
Luca wrote: Hi all, if I simply write to /dev/random, will that increase the entropy of my system? (I'm assuming that the data I'm writing are random and that somehow I got them). Wikipedia says so. My tests say no. In particular this brutal approach does not increase the entropy cat

Re: entropy

2010-01-07 Thread Patrick O'Callaghan
On Thu, 2010-01-07 at 18:40 +0100, Roberto Ragusa wrote: Luca wrote: Hi all, if I simply write to /dev/random, will that increase the entropy of my system? (I'm assuming that the data I'm writing are random and that somehow I got them). Wikipedia says so. But random(4) does

Re: entropy

2010-01-07 Thread Tony Nelson
On 10-01-07 12:40:02, Roberto Ragusa wrote: Luca wrote: Hi all, if I simply write to /dev/random, will that increase the entropy of my system? (I'm assuming that the data I'm writing are random and that somehow I got them). Wikipedia says so. My tests say no. In particular

Re: entropy

2010-01-07 Thread Matthew Miller
On Thu, Jan 07, 2010 at 07:28:20PM +, Patrick O'Callaghan wrote: But random(4) does not. Is there some other authoritative source for this? Yes. :) http://lxr.linux.no/#linux+v2.6.32/drivers/char/random.c -- Matthew Miller mat...@mattdm.org Senior Systems Architect Cyberinfrastructure

Re: entropy

2010-01-07 Thread Matthew Miller
On Thu, Jan 07, 2010 at 06:40:02PM +0100, Roberto Ragusa wrote: Hi all, if I simply write to /dev/random, will that increase the entropy of my system? (I'm assuming that the data I'm writing are random and that somehow I got them). Wikipedia says so. My tests say no. How are you

Re: entropy

2010-01-07 Thread Roberto Ragusa
Tony Nelson wrote: On 10-01-07 12:40:02, Roberto Ragusa wrote: Luca wrote: Hi all, if I simply write to /dev/random, will that increase the entropy of my system? (I'm assuming that the data I'm writing are random and that somehow I got them). Wikipedia says so. My tests say

Re: entropy

2010-01-07 Thread Patrick O'Callaghan
On Thu, 2010-01-07 at 21:42 +0100, Roberto Ragusa wrote: Tony Nelson wrote: On 10-01-07 12:40:02, Roberto Ragusa wrote: Luca wrote: Hi all, if I simply write to /dev/random, will that increase the entropy of my system? (I'm assuming that the data I'm writing are random