Simple Passphrase Generator

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

Co je Simple Passphrase Generator?

Simple Passphrase Generator je rozšíření Chrome vyvinuté iuzoong, a jeho hlavní funkcí je „Generates a secure passphrase from the EFF's long word list.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Simple Passphrase Generator

Stáhněte si soubory rozšíření Simple Passphrase Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Simple Passphrase Generator Simple Passphrase Generator
ID iliehbhfgfbjllfhhbbceochgmkkhpcb
Oficiální URL https://chromewebstore.google.com/detail/simple-passphrase-generat/iliehbhfgfbjllfhhbbceochgmkkhpcb
Popis Generates a secure passphrase from the EFF's long word list.
Velikost souboru 42.54 KB
Počet instalací 391
Aktuální Verze 2018.5.28.3
Poslední Aktualizace 2019-02-10
Datum Vydání 2019-02-10
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář iuzoong
Typ Platby free
Webové stránky Rozšíření https://github.com/araemot/passphrase-generator
URL Stránky Nápovědy https://github.com/araemot/passphrase-generator/issues
Podporované Jazyky 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"
    }
}