Concept
Bcrypt 0
Bcrypt is a password hashing function designed to be computationally intensive to slow down brute-force attacks, using a salt to protect against rainbow table attacks. It is widely used for securely storing passwords by incorporating an adaptive cost factor, which allows the algorithm to remain resistant to future advances in hardware capabilities.