Skip to content

tichopad/Diceware-generator

Repository files navigation

Diceware passphrase generator

Generates diceware passphrase from local word list.

Usage

Run main JS file:

index.js {LENGTH} --list {LIST} --separator {SEPARATOR}
  • {LENGTH} - number of words in a passphrase (default "6")
  • {LIST} - source word list: "en", "beale" or "cs" (default "en")
  • {SEPARATOR} - string separating words in a passphrase

For help run:

index.js --help

Example

Input

index.js 8 -s "-"

Output

botch-fiber-promotion-raft-reappear-unfazed-unimpeded-uproar

About

A simple diceware passphrase generator made in NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published