[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch #6797] shred option to use internal RNG
From: |
Steven Schveighoffer |
Subject: |
[patch #6797] shred option to use internal RNG |
Date: |
Wed, 01 Apr 2009 20:38:34 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko/2009030503 Fedora/3.0.7-1.fc10 Firefox/3.0.7 |
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?
Incidentally, the hack I would choose over all the ones suggested is to
chroot to remove /dev/urandom. I'd just have to copy the disk nodes to a
ghosted /dev directory.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?6797>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- 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, 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