Registry / crypto / sethvargo-go-diceware

sethvargo-go-diceware

JSON →
library0.5.0gogounverified

A Go library for generating diceware passphrases.

go get github.com/sethvargo/go-diceware
INSTALL
IMPORT
SIG · SETHVARGO-GO-DICEW
S
sethvargo-go-diceware
cryptogov0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

diceware
github.com/sethvargo/go-diceware

Generates a diceware passphrase with 6 words.

package main import ( "fmt" "github.com/sethvargo/go-diceware" ) func main() { phrase, err := diceware.Generate(6) if err != nil { panic(err) } fmt.Println(phrase) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
sethvargo-go-diceware — go get sethvargo-go-diceware · libregistry