$ bcrypt-cli --help
Wraps golang.org/x/crypto/bcrypt in a cli
A simple CLI for hashing and comparing passwords using bcrypt.
Usage:
bcrypt-cli [command]
Available Commands:
compare Compare a previously hashed password to a plain text password
cost Use bcrypt to hash a password
generate Output a random password and its bcrypt hash
hash Use bcrypt to hash a password
help Help about any command
version Print the version number of bcrypt-cli
Flags:
-h, --help help for bcrypt-cli
-v, --version version for bcrypt-cli
Use "bcrypt-cli [command] --help" for more information about a command.
Package bcryptio provides minimal wrappers around the bcrypt package to allow for command-line operations such as comparing passwords, checking costs, generating hashes, and generating random passwords with their hashes.
Package bcryptio provides minimal wrappers around the bcrypt package to allow for command-line operations such as comparing passwords, checking costs, generating hashes, and generating random passwords with their hashes.
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.
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.
Click to show internal directories.
Click to hide internal directories.
go.dev uses cookies from Google to deliver and enhance the quality of its services and to
analyze traffic. Learn more.