1.0.0 • Published 5 years ago

diceware-cli v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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