Fea's password manager

pbkdf2 generating pwd

Fea's password managerとは何ですか?

Fea's password managerはfeaisilによって開発されたChromeの拡張機能で、その主な機能は「pbkdf2 generating pwd」です。

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

screenshot

Fea's password manager拡張機能のCRXファイルをダウンロード

Fea's password manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Generate a unique secure password for a website:
The password is generated from the website's domain, a password key you give and a salt (set when first starting the extension).
To connect on the website, simply regenerate the derived password from the domain name and your password key.

Nothing except the salt and number of iterations of the hash function is stored: you have to remember your password key and enter it each time you use this extension.

Please use a relatively secure password even if the key derivation function will protect it against most attacks.                    

拡張機能の基本情報

名前 Fea's password manager Fea's password manager
ID dghmjpbhpganblpkmmjbaapenpfiipil
公式URL https://chromewebstore.google.com/detail/feas-password-manager/dghmjpbhpganblpkmmjbaapenpfiipil
説明 pbkdf2 generating pwd
ファイルサイズ 36.27 KB
インストール数 114
現在のバージョン 1.1
最終更新日 2015-02-02
公開日 2015-02-02
評価 5.00/5 合計 1 レビュー
開発者 feaisil
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fea's password manager",
    "version": "1.1",
    "description": "pbkdf2 generating pwd",
    "icons": {
        "16": "pmcp.png",
        "48": "pmcp48.png",
        "128": "pmcp128.png"
    },
    "browser_action": {
        "default_popup": "pmcp.html",
        "default_icon": "pmcp.png"
    },
    "permissions": [
        "activeTab"
    ]
}