Developer Tools
Password / Secret Generator
Generate random passwords locally with configurable length, character sets, and an entropy estimate.
Password / Secret Generator
Generate random passwords locally with the Web Crypto API.
Generated secret
// Generated password will appear here. Estimated entropy
-
// chap. 05 — FAQ
Frequently asked.
Answers to the questions people search for most when looking for free, private developer utilities.
/* indexed.txt */ - free for everyone - no cookies - input stays local - public roadmap
01 Are generated passwords sent to a server? +
No, passwords are generated locally in your browser and are not uploaded to ToolRivet.
02 Does this use Math.random? +
No, the generator uses crypto.getRandomValues() from the Web Crypto API.
03 Are generated passwords included in share links? +
No, share links only include generator settings, not the generated secret.