DevToolsArena icon indicating copy to clipboard operation
DevToolsArena copied to clipboard

Add Bcrypt Generator/Checker Tool

Open devvsakib opened this issue 3 months ago • 3 comments

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.

devvsakib avatar Oct 07 '25 14:10 devvsakib

Hi assign me @devvsakib

sarans-h avatar Oct 07 '25 15:10 sarans-h

Assigned @sarans-h

devvsakib avatar Oct 07 '25 15:10 devvsakib

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

sarans-h avatar Oct 07 '25 15:10 sarans-h