What is Bcrypt?
Bcrypt is a password hashing algorithm that is often applied for password security in such a way that brute-forcing it would incur a prohibitively expensive cost. The algorithm, which has been in use since 1999, has a work factor (cost) adjustable for increasing hashing times as hardware becomes cheaper and faster. Besides this, Bcrypt also incorporates automatic salts against rainbow table attacks. More info can be found here.
What is Bcrypt Verifier/Validator?
Bcrypt Verifier/Validator is a tool that allows you to verify or validate an Bcrypt hash. It checks if the provided text matches the Bcrypt encoded hash. Just enter the text you want to verify, the Bcrypt hash, and click the "Verify" button. You can use our Bcrypt Generator to generate the Bcrypt hash.