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

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Joel's Password Generator

قم بتنزيل ملفات الامتداد Joel's Password Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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