Bcrypt generator
Generate a bcrypt password hash for any string input. The bcrypt algorithm is used in some password hashing algorithms which prevent brute-force attacks. It is considered better than most other hashing algorithms to prevent password cracking on rainbow tables, or dictionary based crackers.