Skeleton Key

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

Skeleton Keyとは何ですか?

Skeleton Keyはhttps://www.bluestatic.orgによって開発されたChromeの拡張機能で、その主な機能は「A secure password generator that uses repeated hashing of your master password and some salt.」です。

拡張機能のスクリーンショット

screenshot

Skeleton Key拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}