Skip to content
Snippets Groups Projects
manpage.rst 1.76 KiB
Newer Older
  • Learn to ignore specific revisions
  • ulif's avatar
    ulif committed
    :title: diceware
    :title_upper: DICEWARE
    :subtitle: create passphrases
    :manual_section: 1
    :manual_group: User Commands
    :date: August 2017
    :version: diceware 0.9.2.dev0
    
    ulif's avatar
    ulif committed
    :author: Written by Uli Fouquet and contributors
    
    ulif's avatar
    ulif committed
    
    
    synopsis
    --------
    
    
    ``diceware`` [`OPTION`]... [`FILE`]
    
    ulif's avatar
    ulif committed
    
    
    description
    -----------
    
    
    ulif's avatar
    ulif committed
    ``diceware`` is a passphrase generator that generates passphrases by
    
    concatenating words randomly picked from wordlists. It supports also real dice
    for passphrase generation.
    
    ulif's avatar
    ulif committed
    It is based on the proposals of Arnold G. Reinhold on http://diceware.com.
    
    ulif's avatar
    ulif committed
    options
    -------
    
    ``positional arguments``:
    
      INFILE
        input wordlist. ``'-'`` will read from stdin.
    
    ``optional arguments``:
    
    
    ulif's avatar
    ulif committed
      ``-h``, ``--help``
    
    ulif's avatar
    ulif committed
        show help message and exit
    
    
    ulif's avatar
    ulif committed
      ``-n`` `NUM`, ``--num`` `NUM`
    
    ulif's avatar
    ulif committed
        number of words to concatenate. Default 6
    
    
    ulif's avatar
    ulif committed
      ``-c``, ``--caps``
        Capitalize words. This is the default.
    
      ``--no-caps``
        Turn off capitalization.
    
      ``-s`` `NUM`, ``--specials`` `NUM`
        Insert NUM special chars into generated word.
    
      ``-d`` `DELIMITER`, ``--delimiter`` `DELIMITER`
        Separate words by DELIMITER. Empty string by default.
    
      ``-r`` `SOURCE`, ``--randomsource`` `SOURCE`
        Get randomness from this source. Possible values:
        ``realdice``, ``system``. Default: ``system``
    
      ``-w`` `NAME`, ``--wordlist`` `NAME`
    
        Use words from this wordlist. Possible values: `en`, `en_eff`, `en_orig`,
        `en_securedrop`.  Wordlists are stored in the folder displayed below.
        Default: ``en_eff``
    
    ulif's avatar
    ulif committed
    
      ``-v``, ``--verbose``
        Be verbose. Use several times for increased verbosity.
    
      ``--version``
        output version information and exit.
    
    
    ``Arguments related to `` `realdice` ``randomsource``:
    
      ``--dice-sides`` `N`
        Number of sides of dice. Default: 6
    
    ulif's avatar
    ulif committed
    copyright
    ---------
    
    
    .. include:: ../COPYRIGHT
    
    ulif's avatar
    ulif committed