Documentation
¶
Overview ¶
Package cmd provides command wrappers around the bcryptio package to allow for command-line operations such as comparing passwords, checking costs, generating hashes, and generating random passwords with their hashes.
Index ¶
- func ExecuteContext(ctx context.Context, version string) error
- func NewCompareCommand() *cobra.Command
- func NewCostCommand() *cobra.Command
- func NewGenerateCommand() *cobra.Command
- func NewHashCommand() *cobra.Command
- func NewRootCmd(version string) *cobra.Command
- func NewVersionCommand() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCompareCommand ¶
func NewCostCommand ¶
func NewGenerateCommand ¶
func NewHashCommand ¶
func NewRootCmd ¶
func NewVersionCommand ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.