go-diceware

command module
v0.0.0-...-5a3db4c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2021 License: Unlicense Imports: 10 Imported by: 0

README

go-diceware

Dirty, poorly written, and ineffcient diceware passphrase generator

Built mainly on code shamelessly copypasted from StackOverflow.

Expects a wordlist with a two column, whitespace-separated format (see this file, also available on IPFS here). The first column is the result of 5 die rolls, and the second is the associated word.

Example

git clone "https://github.com/CrispyBaguette/go-diceware.git"
cd go-diceware
wget "https://www.eff.org/files/2016/07/18/eff_large_wordlist.txt"
go run . --length 6 --wordlist "eff_large_wordlist.txt"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL