BcryptGen

Simple bcrypt generator script

Repository

I usually have to hash passwords using bcrypt and to avoid using websites I wrote this very simple script that takes the first argument and generates its bcrypt hash and write it to the standard output.