Skip to content

adamvduke/bcrypt-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcrypt-cli

Wraps golang.org/x/crypto/bcrypt in a cli

Go Reference

Install

  • Make sure you have Go installed and have set your GOPATH.
  • go get github.com/adamvduke/bcrypt-cli

Usage

$ bcrypt-cli --help
usage: bcrypt-cli [<flags>] <command> [<args> ...]

Wraps golang.org/x/crypto/bcrypt in a cli

Flags:
  --help  Show context-sensitive help (also try --help-long and --help-man).

Commands:
  help [<command>...]
    Show help.

  compare
    Compare a hashed password to a plain text password

  cost
    Print the hashing cost used to create the given hash

  hash [<flags>]
    Use bcrypt to hash a password

  generate [<flags>]
    Output a random password and it's bcrypt hash

About

Wraps golang.org/x/crypto/bcrypt in a cli

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages