diceware-cli

Command line utility to generate `diceware` passwords

Usage no npm install needed!

<script type="module">
  import dicewareCli from 'https://cdn.skypack.dev/diceware-cli';
</script>

README

diceware-cli

Command line utility to generate diceware passwords.

Node version Build Status JavaScript Style Guide

This is a cli wrapper around eff-diceware-passphrase (which in turn is based on sodium-universal).

Install

$ npm i diceware-cli -g

Usage

diceware takes -n <N> - the number of words - as a required argument:

$ diceware -n 4
astronaut snipping harmless scary

License

MIT