In message <[EMAIL PROTECTED]>, Stefan `Sec` Zehl writes: >Assume I want to encrypt a message by XOR'ing with randomness. > >If I then exchange my keys securely, the message is uncrackable. > >With the current approach it has a 256bits key. This is, in my eyes, not >good. Although yarrow is nice, It's suited for any kind of key >generation. The first law of crypto clearly states: "Know what you're doing". There is no way around that law. We cannot load down FreeBSD with impossibly heavy computations to cater for any and all conceiveable application of random numbers. In particular I fear that the current implementation already has killed battery lifetimes on laptops :-( -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: randomdev entropy gathering is real... Brian Fundakowski Feldman
- Re: randomdev entropy gathering is real... Mark Murray
- Re: randomdev entropy gathering is real... Jeroen C. van Gelderen
- Re: randomdev entropy gathering is real... Kris Kennaway
- Re: randomdev entropy gathering is real... Jeroen C. van Gelderen
- Re: randomdev entropy gathering is real... Kris Kennaway
- Re: randomdev entropy gathering is real... Poul-Henning Kamp
- Re: randomdev entropy gathering is real... Kris Kennaway
- Re: randomdev entropy gathering is real... Poul-Henning Kamp
- Re: randomdev entropy gathering is real... Stefan `Sec` Zehl
- Re: randomdev entropy gathering is real... Poul-Henning Kamp
- Re: randomdev entropy gathering is real... Stefan `Sec` Zehl
- Re: randomdev entropy gathering is real... Mark Murray
- Re: randomdev entropy gathering is real... Mark Murray
- Re: randomdev entropy gathering is real... Mark Murray
- Re: randomdev entropy gathering is real... Kris Kennaway
- Re: randomdev entropy gathering is real... Mark Murray
- Re: randomdev entropy gathering is real... Mark Murray
- Re: randomdev entropy gathering is real... Jeroen C. van Gelderen
- Re: randomdev entropy gathering is real... Rodney W. Grimes
- Re: randomdev entropy gathering is really weak Dan Moschuk