Simple Passphrase Generator

Generates a secure passphrase from the EFF's long word list.

Qu'est-ce que Simple Passphrase Generator ?

Simple Passphrase Generator est une extension Chrome développée par iuzoong, et sa fonction principale est "Generates a secure passphrase from the EFF's long word list.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simple Passphrase Generator

Téléchargez les fichiers d'extension Simple Passphrase 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

                        Generates a secure passphrase using the EFF's long word list and the browser's crypto RNG. The passphrase has an entropy of ~77 bits. For a stronger password try tinyurl.com/y92yob5v

The author is one of the #MillionsMissing. If you find this software useful, please consider donating to the Open Medicine Foundation www.OMF.ngo for much needed research. Thank you.

Dice icon by Gregor Cresnar from Flaticon. Licensed by CC 3.0 BY.                    

Informations de Base sur l'Extension

Nom Simple Passphrase Generator Simple Passphrase Generator
ID iliehbhfgfbjllfhhbbceochgmkkhpcb
URL Officiel https://chromewebstore.google.com/detail/simple-passphrase-generat/iliehbhfgfbjllfhhbbceochgmkkhpcb
Description Generates a secure passphrase from the EFF's long word list.
Taille du Fichier 42.54 KB
Nombre d'Installations 391
Version Actuelle 2018.5.28.3
Dernière Mise à Jour 2019-02-10
Date de Publication 2019-02-10
Évaluation 5.00/5 Total 3 Évaluations
Développeur iuzoong
Type de Paiement free
Site Web de l'Extension https://github.com/araemot/passphrase-generator
URL de la Page d'Aide https://github.com/araemot/passphrase-generator/issues
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Passphrase Generator",
    "homepage_url": "https:\/\/github.com\/araemot\/passphrase-generator",
    "description": "Generates a secure passphrase from the EFF's long word list.",
    "version": "2018.5.28.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "dice48.png",
        "96": "dice96.png",
        "128": "dice128.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": "dice.png",
        "default_popup": "popup.html"
    }
}