{
  "id": "password-generator",
  "slug": "password-generator",
  "title": "Password & Passphrase Generator",
  "description": "Generate strong random passwords and memorable passphrases locally — fully customizable.",
  "category": "generators",
  "tags": ["password", "passphrase", "random", "secure", "generator"],
  "icon": "lock",
  "needsBackend": false,
  "relatedModules": ["hash-generator", "qr-generator"],
  "seoIntro": "Strong, unique passwords are the single most effective protection against account takeovers. This tool generates cryptographically random passwords and human-friendly passphrases entirely in your browser using window.crypto.\n\nNothing is sent to any server. Use a password manager to store the result.",
  "seoFaq": [
    { "q": "Are these passwords truly random?", "a": "Yes. They are generated with crypto.getRandomValues, the browser's cryptographically secure random number generator." },
    { "q": "Should I use a passphrase or a password?", "a": "A 4-6 word passphrase from a large dictionary is easier to remember and as strong as a long random password. Use random passwords for sites where you rely on a password manager." },
    { "q": "Where are these passwords stored?", "a": "Nowhere. Generation is local and ephemeral. Always copy the result into your password manager." }
  ]
}
