Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

hugo/bcryptify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bcryptify

Takes a password and cost and returns the bcrypt hash. Useful for e.g. seeding databases

Usage

$ go install https://github.com/thisishugo/bcryptify
$ bcryptify -p PASSWORD [-c COST]
$ bcryptify -p swordfish
2016/03/10 18:27:23 [bcryptify] generated hash
$2a$10$qh57MNoJYbGorZgOE2uMaeydrhCprazHMcIKbmOibm7RZT6YRJLMe

About

Take a password and return a bcrypt hash of it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages