Joel's Password Generator
A password generator built with security and password-memorability in mind.
Cos'è Joel's Password Generator?
Joel's Password Generator è un'estensione di Chrome sviluppata da https://joelwalters.com, e la sua funzione principale è "A password generator built with security and password-memorability in mind.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Joel's Password Generator
Scarica i file di estensione Joel's Password Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | Joel's Password Generator |
ID | edfbemblhgkgbekgghkcjcefohkchjge |
URL Ufficiale | https://chromewebstore.google.com/detail/joels-password-generator/edfbemblhgkgbekgghkcjcefohkchjge |
Descrizione | A password generator built with security and password-memorability in mind. |
Dimensione del File | 112 KB |
Conteggio Installazioni | 432 |
Versione Corrente | 3.9.0 |
Ultimo Aggiornamento | 2014-11-30 |
Data di Pubblicazione | 2014-11-30 |
Valutazione | 4.13/5 Totale 8 Valutazioni |
Sviluppatore | https://joelwalters.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |