Bcrypt Verification
Bcrypt is a hash function purpose-built for storing passwords securely; its adjustable computational cost (round count) lets it stay resistant to attacks even as hardware gets faster. Here you can both generate bcrypt hashes and check whether a password you enter matches an existing hash.