Skip to content

bjarkt/bcrypt-hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcrypt-hasher

Usage with docker:

Hash the password asdf:

$ docker run --rm ghcr.io/bjarkt/bcrypt-hasher -pass asdf
<hash>

Check that the generated hash matches, or not:

$ docker run --rm ghcr.io/bjarkt/bcrypt-hasher -pass password -hash <hash>
Match

Output the hash base 64 encoded:

$ docker run --rm ghcr.io/bjarkt/bcrypt-hasher -pass asdf -b64
<base64 encoded hash>

About

command line utility for bcrypt hashing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages