Joel's Password Generator
A password generator built with security and password-memorability in mind.
Joel's Password Generatorとは何ですか?
Joel's Password Generatorはhttps://joelwalters.comによって開発されたChromeの拡張機能で、その主な機能は「A password generator built with security and password-memorability in mind.」です。
拡張機能のスクリーンショット
Joel's Password Generator拡張機能のCRXファイルをダウンロード
Joel's Password Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Inspired by the xkcd Password Strength comic, this extension provides you with ten relatively complex, yet easy to remember passwords. Optionally, you can include numbers or symbols for additional complexity (or to satisfy certain password requirements), and adjust the number of words. Why should I use passwords like these? * Using common words in your password aids memorability. * Using multiple words ensures sufficient complexity to prevent guessing of the password. The Stanford Javascript Crypto Library is used to provide random values—a derivative of Ferguson and Schneier's generator Fortuna. Copyright 2013 Joel Walters • Licensed under the MIT License (MIT)
拡張機能の基本情報
名前 | Joel's Password Generator |
ID | edfbemblhgkgbekgghkcjcefohkchjge |
公式URL | https://chromewebstore.google.com/detail/joels-password-generator/edfbemblhgkgbekgghkcjcefohkchjge |
説明 | A password generator built with security and password-memorability in mind. |
ファイルサイズ | 112 KB |
インストール数 | 432 |
現在のバージョン | 3.9.0 |
最終更新日 | 2014-11-30 |
公開日 | 2014-11-30 |
評価 | 4.13/5 合計 8 レビュー |
開発者 | https://joelwalters.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Joel's Password Generator", "description": "A password generator built with security and password-memorability in mind.", "version": "3.9.0", "browser_action": { "default_title": "Joel's Password Generator", "default_icon": "images\/icon.png", "default_popup": "index.html" } } |