human_readable_password

package
v0.95.2 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:     "human-readable-password",
	Short:   "Generate random human-readable password using BIP39 mnemonic",
	Aliases: []string{"hrp"},
	Args:    cobra.NoArgs,
	Run: func(c *cobra.Command, args []string) {
		password := random_utils.RandomHumanReadablePassword()
		fmt.Println(password)
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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