Generated locally, or not worth generating

A password generator is the one tool category where "runs in your browser" is not a convenience but the entire point. A server that generates your password has seen your password, and the same logic applies to hashing one, or signing a payload with your webhook secret: a server that has computed your HMAC has held the key. Every generator here draws on crypto.getRandomValues and crypto.subtle, the same primitives that produce TLS keys, and each page keeps working in flight mode, which is the honest way to prove it.

What is coming next

ULIDs and Nano IDs, Argon2, TOTP debugging codes, QR codes and key pairs are on the list, in that rough order. Same rule for all of them: generated in the tab, or not shipped.