Joel's Password Generator

A password generator built with security and password-memorability in mind.

Co to jest Joel's Password Generator?

Joel's Password Generator to rozszerzenie Chrome opracowane przez https://joelwalters.com, a jego główną funkcją jest „A password generator built with security and password-memorability in mind.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Joel's Password Generator

Pobierz pliki rozszerzeń Joel's Password Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Joel's Password Generator Joel's Password Generator
ID edfbemblhgkgbekgghkcjcefohkchjge
Oficjalny URL https://chromewebstore.google.com/detail/joels-password-generator/edfbemblhgkgbekgghkcjcefohkchjge
Opis A password generator built with security and password-memorability in mind.
Rozmiar pliku 112 KB
Liczba instalacji 432
Aktualna Wersja 3.9.0
Ostatnia Aktualizacja 2014-11-30
Data Publikacji 2014-11-30
Ocena 4.13/5 Łącznie 8 Oceny
Deweloper https://joelwalters.com
Typ Płatności free
Obsługiwane Języki 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"
    }
}