Joel's Password Generator
A password generator built with security and password-memorability in mind.
Что такое Joel's Password Generator?
Joel's Password Generator - это расширение Chrome, разработанное https://joelwalters.com, и его основная функция - "A password generator built with security and password-memorability in mind.".
Снимки экрана расширения
Скачать файл CRX расширения Joel's Password Generator
Скачайте файлы расширений 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" } } |