Re: [Fwd: Re: FreeBSD Security Advisory FreeBSD-SA-03:12.openssh]
From: David G. Andersen (danderse_at_cs.utah.edu)
Date: 09/19/03
- Previous message: Jason Stone: "Re: FreeBSD Security Advisory FreeBSD-SA-03:12.openssh"
- In reply to: Devon H. O'Dell: "[Fwd: Re: FreeBSD Security Advisory FreeBSD-SA-03:12.openssh]"
- Next in thread: Mark Murray: "Re: [Fwd: Re: FreeBSD Security Advisory FreeBSD-SA-03:12.openssh]"
- Reply: Mark Murray: "Re: [Fwd: Re: FreeBSD Security Advisory FreeBSD-SA-03:12.openssh]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 18 Sep 2003 19:36:36 -0600 To: "Devon H. O'Dell" <dodell@sitetronics.com>
Devon H. O'Dell just mooed:
>
> If I'm not mistaken, /dev/random is a pseudo-random generator, which
> means it has a certain period before it begins to repeat numbers (along
> with that it just isn't truly random). So, please correct me if I'm
> wrong, but doesn't this mean that when reading from /dev/random, you're
> 'losing' randomness/entropy/whatever you're calling it?
You're mistaken. /dev/random stops feeding you random bits
when it doesn't have enough. /dev/urandom depletes the entropy
pool, but when it starts to run out, it falls back to hashing
to generate pseudo-random sequences from the random bits that
it can obtain.
-Dave
--
work: dga@lcs.mit.edu me: dga@pobox.com
MIT Laboratory for Computer Science http://www.angio.net/
I do not accept unsolicited commercial email. Do not spam me.
_______________________________________________
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"
- Previous message: Jason Stone: "Re: FreeBSD Security Advisory FreeBSD-SA-03:12.openssh"
- In reply to: Devon H. O'Dell: "[Fwd: Re: FreeBSD Security Advisory FreeBSD-SA-03:12.openssh]"
- Next in thread: Mark Murray: "Re: [Fwd: Re: FreeBSD Security Advisory FreeBSD-SA-03:12.openssh]"
- Reply: Mark Murray: "Re: [Fwd: Re: FreeBSD Security Advisory FreeBSD-SA-03:12.openssh]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|