Password Generator
Generate strong random passwords with entropy readout.
developer utilities · client-side · works offline
Generate strong random passwords with entropy readout.
developer utilities · client-side · works offline
This password generator creates strong random passwords using your browser's cryptographic random source (crypto.getRandomValues) with rejection sampling, so every character is drawn uniformly with no modulo bias. Choose the length and mix of lowercase, uppercase, digits, and symbols, and the tool shows the resulting entropy in bits - the honest measure of how hard a password is to brute-force.
Because generation is 100% client-side, the password exists only on your machine: nothing is transmitted, logged, or stored. Aim for at least 70-80 bits of entropy for important accounts, and prefer a password manager over memorising anything. The tool works offline once the page has loaded.
Beautify, minify, and validate JSON instantly in your browser.
Open toolGenerate TypeScript interfaces from any JSON payload.
Open toolDecode and inspect JWT header, payload, and claims.
Open toolbuilt by algocrew
Web, mobile, cloud, and AI products — shipped by the studio that maintains these tools. If Vibecode saved you time today, imagine what a dedicated team does for your roadmap.
130 bits of entropy · excellent
Generated with your browser's cryptographic random source (crypto.getRandomValues) and never sent anywhere.