Add Bcrypt Generator/Checker Tool
Description:
Create a Bcrypt Generator/Checker tool to help users hash passwords and verify them using bcrypt. The tool should allow users to enter a plain text password, generate a bcrypt hash, and optionally check if a provided hash matches a given password.
Acceptance Criteria:
Input fields for plain text password and bcrypt hash.
Buttons for Generate Hash and Verify Hash.
Show results clearly (success/error message).
Use Tailwind CSS only, no background or UI libraries.
Component should be simple, responsive, and written in .jsx.
Hi assign me @devvsakib
Assigned @sarans-h
Just a quick follow-up — do I need to display (render) this component anywhere in the app, or should I just create the standalone BcryptGeneratorChecker component as per the description below? @devvsakib