Skip to content

scibaric/hashit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hashit

CLI tool for generating bcrypt hashed passwords.

hashit mypassword

Above command should produce:

$myhashedpassword

Build

Build the program with standard go build command and place it your ~/.local/bin.

go build -o hashit main.go
cp hashit ~/.local/bin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages