Hash & Crypto
Generate hashes, UUIDs, and passwords
Hashes, UUIDs, passwords, and secure tokens
Hash and crypto tools generate the values you need when you're working with identity and integrity: SHA-256 a payload to verify it survived a download, generate a UUIDv4 for a new database row, mint a strong random password for a freshly-onboarded user, hash a file with bcrypt to test a login flow, generate a Nano ID for a short URL. All of it runs in your browser via the Web Crypto API, which means the inputs and outputs never touch a server — important when you're dealing with anything that could be a secret. If you're seeding test fixtures or writing a migration that inserts identifiers, the bulk-generation modes save the round-trip to a script.
8 tools

