कैसे उपयोग करें
- चुनें
- अपलोड और चुनें
- Copy the resulting hash string for use in tests or documentation.
- Switch to "Verify hash" mode, enter the original string and the stored hash, and click "Verify" to confirm they match.
- All computation runs locally in your browser and nothing is stored or sent anywhere.
उदाहरण
- Hashing "hunter2" with 10 rounds produces a string like $2b$10$... in about 100ms; the format line confirms version 2b and 10 rounds.
- In verify mode, pasting that hash back and entering "hunter2" returns a match, while entering "hunter3" returns a mismatch.