package
0.2.11
Repository: https://github.com/elastic/harp.git
Documentation: pkg.go.dev

# Functions

Basic generates 4 words diceware passphrase.
Diceware generates a passphrase using english words.
Master generates 24 words diceware passphrase.
Paranoid generates 12 words diceware passphrase.
Strong generates 8 words diceware passphrase.

# Constants

BasicWordCount defines basic passphrase word count (4 words).
MasterWordCount defines master passphrase word count (24 words).
MaxWordCount defines the highest bound for allowed word count.
MinWordCount defines the lowest bound for allowed word count.
ParanoidWordCount defines paranoid passphrase word count (12 words).
StrongWordCount defines strong passphrase word count (8 words).