Blame SOURCES/keyrand.xml

4418f4
4418f4
4418f4
  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4418f4
4418f4
4418f4
4418f4
4418f4
]>
4418f4
4418f4
<refentry>
4418f4
4418f4
  <refentryinfo>
4418f4
    <date>&dat;;</date>
4418f4
    <title>Cryptography Utilities</title>
4418f4
    <productname>crypto-utils</productname>
4418f4
    <productnumber>&version;</productnumber>
4418f4
  </refentryinfo>
4418f4
4418f4
  <refmeta>
4418f4
    <refentrytitle>keyrand</refentrytitle>
4418f4
    <manvolnum>1</manvolnum>
4418f4
  </refmeta>
4418f4
4418f4
  <refnamediv>
4418f4
    <refname>keyrand</refname>
4418f4
    <refpurpose>utility for collecting random data</refpurpose>
4418f4
  </refnamediv>
4418f4
4418f4
  <refsynopsisdiv>
4418f4
    <cmdsynopsis>
4418f4
      <command>keyrand</command>
4418f4
      <arg choice="req"><replaceable>bits</replaceable></arg>
4418f4
      <arg choice="req"><replaceable>outfile</replaceable></arg>
4418f4
    </cmdsynopsis>
4418f4
  </refsynopsisdiv>
4418f4
4418f4
  <refsect1>
4418f4
    <title>Description</title>
4418f4
4418f4
    <para><command>keyrand</command> is a tool which collects a given
4418f4
    number of random bits from the kernel random number generator,
4418f4
    presenting a text-based user interface showing progress.</para>
4418f4
4418f4
    <para>The random data is read from
4418f4
    <filename>/dev/random</filename> and appended to the output file
4418f4
    <parameter>outfile</parameter>, which must already exist.</para>
4418f4
4418f4
  </refsect1>
4418f4
4418f4
  <refsect1>
4418f4
    <title>Examples</title>
4418f4
4418f4
    <para>The following example will collect 1024 bits of random
4418f4
    data and append them to the file <filename>data</filename>:
4418f4
4418f4
      <programlisting>
4418f4
# keyrand 1024 data
4418f4
      </programlisting>
4418f4
4418f4
    </para>
4418f4
  </refsect1>    
4418f4
4418f4
  <refsect1>
4418f4
    <title>Files</title>
4418f4
4418f4
    <para><filename>/dev/random</filename></para>
4418f4
4418f4
  </refsect1>
4418f4
4418f4
  <refsect1>
4418f4
    <title>See also</title>
4418f4
4418f4
    <para>genkey(1)</para>
4418f4
  </refsect1>
4418f4
4418f4
</refentry>