Registry / crypto / nebulouslabs-entropy-mnemonics

nebulouslabs-entropy-mnemonics

JSON →
library0.0.0-20181018051301-7532f67e3500gogounverified

Converts byte slices into human-friendly phrases using a dictionary of common words for cryptographic password generation.

go get gitlab.com/NebulousLabs/entropy-mnemonics
INSTALL
IMPORT
SIG · NEBULOUSLABS-ENTRO
N
nebulouslabs-entropy-mnemonics
cryptogov0.0.0-20181018051301-7532f67e3500
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.

mnemonics
gitlab.com/NebulousLabs/entropy-mnemonics

Convert bytes to an English mnemonic phrase

package main import ( "fmt" "gitlab.com/NebulousLabs/entropy-mnemonics" ) func main() { phrase, err := mnemonics.ToPhrase([]byte("hello world"), mnemonics.English) if err != nil { panic(err) } fmt.Println(phrase) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20181018051301-7532f67e3500latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
nebulouslabs-entropy-mnemonics — go get nebulouslabs-entropy-mnemonics · libregistry