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
官方網址 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"
    ]
}