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.
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.