coreos/bcrypt-tool

Name: bcrypt-tool

Owner: CoreOS

Description: null

Created: 2016-11-21 22:56:17.0

Updated: 2018-05-15 21:34:38.0

Pushed: 2018-01-04 20:34:48.0

Homepage: null

Size: 1941

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

A simple command line tool for generating bcrypted passwords.

Download the precompiled tool for your operating system from the releases page.

et https://github.com/coreos/bcrypt-tool/releases/download/v1.0.0/bcrypt-tool-v1.0.0-linux-amd64.tar.gz
a512sum bcrypt-tool-v1.0.0-linux-amd64.tar.gz
rify results
r -zxvf bcrypt-tool-v1.0.0-linux-amd64.tar.gz

rypt-tool/
rypt-tool/bcrypt-tool

Use the tool to create a bcrypted password.

bcrypt-tool/bcrypt-tool 
r password: 
nter password: 
10$C9DliP580ooWFpr6XTQwOuFd3znBNDMVSytJmm9viL4XLZuy.PnMm

Increase the cost using the -cost flag (defaults to 10).

bcrypt-tool/bcrypt-tool -cost=14
r password: 
nter password: 
14$830vR/vhwIFKXaLtHaP41OInok.XsUBAgrG.EC3JqyQUMrbj091qG

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.