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