使用方法
- 选择
- 上传并选择
- 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.