Deadbolt Password Generator

Turn memorable phrases into strong passwords.

Qu'est-ce que Deadbolt Password Generator ?

Deadbolt Password Generator est une extension Chrome développée par https://www.deadboltpasswordgenerator.com, et sa fonction principale est "Turn memorable phrases into strong passwords.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Deadbolt Password Generator

Téléchargez les fichiers d'extension Deadbolt Password Generator 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

                        Created to combat the problem of having a different and unique password for every site, Deadbolt operates by applying a simple algorithm to a word or phrase, in order to derive the same strong password each time you enter it.

Unlike similar solutions, Deadbolt does not randomly generate the passwords requiring you to save them somewhere else, nor does it store any passwords or personal information. The only way to generate your password is to enter the same phrase again, meaning the only person with the key to generating your passwords is you.

Until there's biometrics, there's Deadbolt!

Deadbolt is available to view on GitHub - please track any issues or feedback here:

https://github.com/bittenbytailfly/deadbolt-password-generator-chrome-extension

For updates and news please follow Deadbolt Password Generator on Google+:

https://www.google.com/+DeadboltPasswordGenerator                    

Informations de Base sur l'Extension

Nom Deadbolt Password Generator Deadbolt Password Generator
ID gmipahielflpaijgdkfailgmiloecolh
URL Officiel https://chromewebstore.google.com/detail/deadbolt-password-generat/gmipahielflpaijgdkfailgmiloecolh
Description Turn memorable phrases into strong passwords.
Taille du Fichier 539 KB
Nombre d'Installations 235
Version Actuelle 1.5.0
Dernière Mise à Jour 2015-03-10
Date de Publication 2015-03-10
Évaluation 4.60/5 Total 10 Évaluations
Développeur https://www.deadboltpasswordgenerator.com
Type de Paiement free
Site Web de l'Extension http://www.deadboltpasswordgenerator.com/
URL de la Page d'Aide http://www.deadboltpasswordgenerator.com/faq
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deadbolt Password Generator",
    "version": "1.5.0",
    "description": "Turn memorable phrases into strong passwords.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/injected-bg-icon.png"
    ],
    "permissions": [
        "storage",
        "clipboardWrite",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/icon19.png",
        "default_title": "Deadbolt Password Generator",
        "default_popup": "popup.htm"
    },
    "options_page": "options.htm",
    "manifest_version": 2
}