Fea's password manager

pbkdf2 generating pwd

Cos'è Fea's password manager?

Fea's password manager è un'estensione di Chrome sviluppata da feaisil, e la sua funzione principale è "pbkdf2 generating pwd".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fea's password manager

Scarica i file di estensione Fea's password manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Fea's password manager Fea's password manager
ID dghmjpbhpganblpkmmjbaapenpfiipil
URL Ufficiale https://chromewebstore.google.com/detail/feas-password-manager/dghmjpbhpganblpkmmjbaapenpfiipil
Descrizione pbkdf2 generating pwd
Dimensione del File 36.27 KB
Conteggio Installazioni 114
Versione Corrente 1.1
Ultimo Aggiornamento 2015-02-02
Data di Pubblicazione 2015-02-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore feaisil
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}