[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch #6797] shred option to use internal RNG
From: |
Pádraig Brady |
Subject: |
Re: [patch #6797] shred option to use internal RNG |
Date: |
Thu, 2 Apr 2009 15:48:15 +0100 |
User-agent: |
Thunderbird 2.0.0.6 (X11/20071008) |
Steven Schveighoffer wrote:
> Follow-up Comment #4, patch #6797 (project coreutils):
>
> Thanks for the suggestion, but I really don't understand the reluctance to
> utilize the (already implemented) internal random number generator. It's
> there, it costs nothing extra to use it, it doesn't require extra programs
> that generate random data, nor external files. It's even the default case
> when /dev/urandom does not exist. What is the downside?
None as far as I can see:
No new options.
Relatively small change to optionally seed from /dev/urandom (once is enough).
No external dependencies.
cheers,
Pádraig.
- Re: [patch #6797] shred option to use internal RNG, Pádraig Brady, 2009/04/01
- Re: [patch #6797] shred option to use internal RNG, Jim Meyering, 2009/04/01
- [patch #6797] shred option to use internal RNG, Jim Meyering, 2009/04/01
- [patch #6797] shred option to use internal RNG, Steven Schveighoffer, 2009/04/01
- [patch #6797] shred option to use internal RNG, Eric Blake, 2009/04/01
- [patch #6797] shred option to use internal RNG, Steven Schveighoffer, 2009/04/01
- Re: [patch #6797] shred option to use internal RNG,
Pádraig Brady <=
- Re: [patch #6797] shred option to use internal RNG, Jim Meyering, 2009/04/02
- Re: [patch #6797] shred option to use internal RNG, Steve Schveighoffer, 2009/04/02
- [patch #6797] shred option to use internal RNG, James Youngman, 2009/04/05
- Re: [patch #6797] shred option to use internal RNG, Jim Meyering, 2009/04/05
- Re: [patch #6797] shred option to use internal RNG, Pádraig Brady, 2009/04/05
- Re: [patch #6797] shred option to use internal RNG, Pádraig Brady, 2009/04/06
- [PATCH] maint: remove compiler warnings from randint and randread modules, Pádraig Brady, 2009/04/06
- Re: [patch #6797] shred option to use internal RNG, Jim Meyering, 2009/04/07
- Re: [patch #6797] shred option to use internal RNG, Pádraig Brady, 2009/04/07
- Re: [patch #6797] shred option to use internal RNG, Pádraig Brady, 2009/04/07