Fea's password manager

pbkdf2 generating pwd

Co to jest Fea's password manager?

Fea's password manager to rozszerzenie Chrome opracowane przez feaisil, a jego główną funkcją jest „pbkdf2 generating pwd”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fea's password manager

Pobierz pliki rozszerzeń Fea's password manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fea's password manager Fea's password manager
ID dghmjpbhpganblpkmmjbaapenpfiipil
Oficjalny URL https://chromewebstore.google.com/detail/feas-password-manager/dghmjpbhpganblpkmmjbaapenpfiipil
Opis pbkdf2 generating pwd
Rozmiar pliku 36.27 KB
Liczba instalacji 114
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-02-02
Data Publikacji 2015-02-02
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper feaisil
Typ Płatności free
Obsługiwane Języki 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"
    ]
}