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.”。

擴展截圖

screenshot

下載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 Joel's Password Generator
ID edfbemblhgkgbekgghkcjcefohkchjge
官方網址 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"
    }
}