Simple Passphrase Generator

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

Co to jest Simple Passphrase Generator?

Simple Passphrase Generator to rozszerzenie Chrome opracowane przez iuzoong, a jego główną funkcją jest „Generates a secure passphrase from the EFF's long word list.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Simple Passphrase Generator

Pobierz pliki rozszerzeń Simple Passphrase Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple Passphrase Generator Simple Passphrase Generator
ID iliehbhfgfbjllfhhbbceochgmkkhpcb
Oficjalny URL https://chromewebstore.google.com/detail/simple-passphrase-generat/iliehbhfgfbjllfhhbbceochgmkkhpcb
Opis Generates a secure passphrase from the EFF's long word list.
Rozmiar pliku 42.54 KB
Liczba instalacji 391
Aktualna Wersja 2018.5.28.3
Ostatnia Aktualizacja 2019-02-10
Data Publikacji 2019-02-10
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper iuzoong
Typ Płatności free
Strona Rozszerzenia https://github.com/araemot/passphrase-generator
Adres URL Strony Pomocy https://github.com/araemot/passphrase-generator/issues
Obsługiwane Języki 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"
    }
}