Joel's Password Generator

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

Qu'est-ce que Joel's Password Generator ?

Joel's Password Generator est une extension Chrome développée par https://joelwalters.com, et sa fonction principale est "A password generator built with security and password-memorability in mind.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Joel's Password Generator

Téléchargez les fichiers d'extension Joel's Password Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Joel's Password Generator Joel's Password Generator
ID edfbemblhgkgbekgghkcjcefohkchjge
URL Officiel https://chromewebstore.google.com/detail/joels-password-generator/edfbemblhgkgbekgghkcjcefohkchjge
Description A password generator built with security and password-memorability in mind.
Taille du Fichier 112 KB
Nombre d'Installations 432
Version Actuelle 3.9.0
Dernière Mise à Jour 2014-11-30
Date de Publication 2014-11-30
Évaluation 4.13/5 Total 8 Évaluations
Développeur https://joelwalters.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}