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.
BcryptGen
Simple bcrypt generator script
Simple bcrypt generator script
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.