🔒 Password Generator
Generate strong passwords using the system CSPRNG. Batch mode included.
🔒 Everything runs locally in your browser. Files and content are never uploaded.
About this tool
用 crypto.getRandomValues 而不是 Math.random——后者可预测,不适合生成密码。每个字符独立随机抽取,不做「必须包含各类字符」的强行拼接。