Skip to content

bigwhoop/bcryptr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bcryptr

bcryptr is an extremely simple tool to generate bcrypt hashes on the command line.

Installation

go install github.com/bigwhoop/bcryptr

Instructions

bcryptr [-c COST] PASSWORD

$ bcryptr somepassword
$2a$10$cW0P/yg1CKkky0QXBbmEnubzxVT8YS39JmBZ8CeEfQ4Sk5GXCe6im

$ bcryptr -c 14 somepassword
$2a$14$oS5E7WxSQF9xNo2CKAiA6e52SQPKo83WKJUt/ZgygJ2gBHxuV5r.6

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages