man.genrandom.html revision def82e8de9ff45e29ab21e5aba9a39539138c1f4
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC")
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User - Copyright (C) 2000-2003 Internet Software Consortium.
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - Permission to use, copy, modify, and/or distribute this software for any
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User - purpose with or without fee is hereby granted, provided that the above
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User - copyright notice and this permission notice appear in all copies.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User - PERFORMANCE OF THIS SOFTWARE.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<link rel="prev" href="man.arpaname.html" title="arpaname">
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<link rel="next" href="man.isc-hmac-fixup.html" title="isc-hmac-fixup">
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<table width="100%" summary="Navigation header">
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<tr><th colspan="3" align="center"><span class="application">genrandom</span></th></tr>
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<a accesskey="p" href="man.arpaname.html">Prev</a>�</td>
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<th width="60%" align="center">Manual pages</th>
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<td width="20%" align="right">�<a accesskey="n" href="man.isc-hmac-fixup.html">Next</a>
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<a name="man.genrandom"></a><div class="titlepage"></div>
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User<p><span class="application">genrandom</span> — generate a file containing random data</p>
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<div class="cmdsynopsis"><p><code class="command">genrandom</code> [<code class="option">-n <em class="replaceable"><code>number</code></em></code>] {<em class="replaceable"><code>size</code></em>} {<em class="replaceable"><code>filename</code></em>}</p></div>
7e71f05d8643aca84914437c900cb716444507e4Tinderbox User <span><strong class="command">genrandom</strong></span>
7e71f05d8643aca84914437c900cb716444507e4Tinderbox User generates a file or a set of files containing a specified quantity
dec590a3deb8e87380a8bd3a77d535dba3729bf6Tinderbox User of pseudo-random data, which can be used as a source of entropy for
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User other commands on systems with no random device.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<dt><span class="term">-n <em class="replaceable"><code>number</code></em></span></dt>
dec590a3deb8e87380a8bd3a77d535dba3729bf6Tinderbox User In place of generating one file, generates <code class="option">number</code>
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User (from 2 to 9) files, appending <code class="option">number</code> to the name.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User The size of the file, in kilobytes, to generate.
7e71f05d8643aca84914437c900cb716444507e4Tinderbox User The file name into which random data should be written.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User <span class="citerefentry"><span class="refentrytitle">rand</span>(3)</span>,
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User <span class="citerefentry"><span class="refentrytitle">arc4random</span>(3)</span>
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<p><span class="corpauthor">Internet Systems Consortium</span>
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<table width="100%" summary="Navigation footer">
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<a accesskey="p" href="man.arpaname.html">Prev</a>�</td>
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt<td width="40%" align="right">�<a accesskey="n" href="man.isc-hmac-fixup.html">Next</a>
ad8f23aed6c75f94f238c1f23f4e17515d28eb55Tinderbox User<span class="application">arpaname</span>�</td>
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User<td width="40%" align="right" valign="top">�<span class="application">isc-hmac-fixup</span>
1e9517ea2156b990be21f44676d3370318eacf17Tinderbox User<p style="text-align: center;">BIND 9.11.0pre-alpha</p>