Internal password hash inspector & generator
HashBox — inspect, verify, and generate hashes.
Detect hash formats, verify plaintext against stored hashes, and generate new hashes using recommended algorithms like Argon2id and bcrypt. Input is never logged; only actions are recorded.
Detect hash type
Paste an existing hash and HashBox will try to identify its format.
Verify plaintext vs stored hash
Check whether a given plaintext matches an existing hash. Useful when migrating or debugging auth flows.
Generate hash
Create new hashes for testing or configuration. Use Argon2id or bcrypt for passwords unless you have a strong reason to choose otherwise.