Generate Bcrypt online with Pi7 Crypt tool. It is a popular and reliable method for salt and hash passwords. The tool uses a random string to generate Bcrypt that makes the hash unpredictable, called salt.
Bcrypt is a password hash function designed by Niels Provos and David Mazières, based on the Blowfish figure and presented at USENIX in 1999. In addition to incorporating salt to protect against rainbow attacks, bcrypt is an adaptable feature: in time , the number of iterations may increase to slow down, so it remains resistant to brute force attacks, even with increased computing power. Read more at wikipedia.