CLI tool for generating bcrypt hashed passwords.
hashit mypassword
Above command should produce:
$myhashedpassword
Build the program with standard go build
command and place it your ~/.local/bin
.
go build -o hashit main.go
cp hashit ~/.local/bin