Generate BCrypt password hashes for secure password storage.
The salt rounds indicate the number of calculations used to generate the hash. A higher number of rounds increases security but takes longer to generate.
It is recommended to use a salt round number of 12 or higher to maintain a good balance between security and performance.
BCrypt is considered one of the most secure password hashing algorithms currently available. It is highly resistant to brute-force attacks.