AI 产品解读Generate strong random passwords and memorable passphrases locally in the browser using cryptographically secure randomness (CSPRNG).
Helps users avoid weak, reused passwords by providing a secure, offline tool to generate strong passwords and memorable passphrases without sending data to any server.
User installs extension -> clicks icon to open popup -> selects Random or Passphrase tab -> customizes settings (length, character sets, word count, etc.) -> generates password/passphrase -> copies to clipboard. Settings are saved locally via chrome.storage.sync.
Random password generation (1-128 characters) with customizable character setsMemorable passphrase generation from a 2,048-word list with customizable word count and separatorsCryptographically secure randomness via crypto.getRandomValues()Real-time strength meter with 11 tiersOne-click copy with clipboard auto-clearing after 30 secondsSettings sync across devices via Chrome storage
- 目标用户
- General internet users seeking stronger passwords / Privacy-conscious users who prefer offline tools / Developers and power users needing customizable password generation
- The main UI logic is in a minified chunk file (chunks/popup-EN6if_XD.js, 63KB) which was not fully readable, but keyword searches confirmed no login or payment code exists.
- The extension is open source (GitHub repo linked), so the source is auditable, but we only analyzed the packaged version.
- No network requests are made, so no external service behavior can be observed beyond what's documented in the privacy policy.
付费分析未识别到付费功能
The extension is described as 'fully open source' and 'entirely in your browser'. No payment UI, no subscription gating, no billing APIs, no premium features, no upgrade prompts, and no references to paid plans or licenses in the source code. The 'pro' keyword matches in static analysis are false positives from CSS/JS minification or unrelated context (e.g., 'properties' in CSS, 'pro' in URLs).
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension explicitly states 'No account required' in welcome.html (line 177) and privacy.html. It operates entirely offline with no login UI, no authentication flows, and no redirection to a web service requiring an account. Settings sync via chrome.storage.sync which uses the user's existing Chrome profile if signed in, but this is optional and not required for core functionality.
Great App, easy to use.
この手の機能で、一番気になるのは、文字の見やすさです。 1.0とOの違い 2.1と|とIとlの違い 1.についてはOKでした。 2.については、残念ですがIとlは見分けが付きませんでした。 (chromeの標準フォントはMeiryoを指定して、見分けられるようにしています) その他の機能については、大満足ですが、この点に関して問題があり、★4にしました。 見易いフォントへの変更をお願いします。