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" } } |