Skeleton Key

A secure password generator that uses repeated hashing of your master password and some salt.

ما هو Skeleton Key؟

Skeleton Key هو إضافة Chrome تم تطويرها بواسطة https://www.bluestatic.org، والميزة الرئيسية لها هي "A secure password generator that uses repeated hashing of your master password and some salt.".

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

screenshot

تحميل ملف CRX للإضافة Skeleton Key

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

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

                        Skeleton Key is an alternative way to manage passwords. Rather than keeping a database for every website, you merely have one master password that is used in combination with a "site key" and your username. The site key is a site-specific string. All three pieces of data are cryptographically hashed repeatedly using the ultra-secure PBKDF2 algorithm.

Changes in v3:
- Fixed bugs with site key suggestion.

Changes in v2:
- Use current tab's URL as a suggestion for the site key.                    

معلومات أساسية عن التمديد

الاسم Skeleton Key Skeleton Key
ID pocnbifnhglhmbddnjlhnkjlfccpfccg
عنوان URL الرسمي https://chromewebstore.google.com/detail/skeleton-key/pocnbifnhglhmbddnjlhnkjlfccpfccg
الوصف A secure password generator that uses repeated hashing of your master password and some salt.
حجم الملف 27.94 KB
عدد التثبيتات 13
النسخة الحالية 3
آخر تحديث 2012-12-31
تاريخ النشر 2012-12-30
المطور https://www.bluestatic.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/rsesek/skeletonkey
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skeleton Key",
    "version": "3",
    "description": "A secure password generator that uses repeated hashing of your master password and some salt.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Skeleton Key",
        "default_popup": "core.html",
        "default_icon": "icon19.png"
    }
}