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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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