Fea's password manager

pbkdf2 generating pwd

Qu'est-ce que Fea's password manager ?

Fea's password manager est une extension Chrome développée par feaisil, et sa fonction principale est "pbkdf2 generating pwd".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fea's password manager

Téléchargez les fichiers d'extension Fea's password manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Fea's password manager Fea's password manager
ID dghmjpbhpganblpkmmjbaapenpfiipil
URL Officiel https://chromewebstore.google.com/detail/feas-password-manager/dghmjpbhpganblpkmmjbaapenpfiipil
Description pbkdf2 generating pwd
Taille du Fichier 36.27 KB
Nombre d'Installations 114
Version Actuelle 1.1
Dernière Mise à Jour 2015-02-02
Date de Publication 2015-02-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur feaisil
Type de Paiement free
Langues Prises en Charge 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"
    ]
}