ELI5: Explain Like I'm 5

Bcrypt

Bcrypt is a way to keep your passwords safe. It works by converting your passwords into special code that only computers can understand. This code is called a hash, which is like a secret code that only computers know. That way, if someone got their hands on the code, they wouldn't know what the original password was. Bcrypt makes it much harder for hackers to guess your password and gain access to your account.