nikolay-dyakov / bcrypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small script to generate bcrypt hash based on password and cost

  • go build -o bcrypt main.go
Usage of bcrypt:
  -c int
    	Cost (default 10)
  -cc
    	Copy bcrypt hash to clipboard
  -p string
    	Password to hash (default "bcrypt")

About


Languages

Language:Go 100.0%