Simple Passphrase Generator

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

Τι είναι το Simple Passphrase Generator;

Το Simple Passphrase Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον iuzoong, και η κύρια λειτουργία του είναι "Generates a secure passphrase from the EFF's long word list.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Simple Passphrase Generator

Λήψη αρχείων επέκτασης Simple Passphrase Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Simple Passphrase Generator Simple Passphrase Generator
ID iliehbhfgfbjllfhhbbceochgmkkhpcb
Επίσημο URL https://chromewebstore.google.com/detail/simple-passphrase-generat/iliehbhfgfbjllfhhbbceochgmkkhpcb
Περιγραφή Generates a secure passphrase from the EFF's long word list.
Μέγεθος Αρχείου 42.54 KB
Αριθμός Εγκαταστάσεων 391
Τρέχουσα Έκδοση 2018.5.28.3
Τελευταία Ενημέρωση 2019-02-10
Ημερομηνία Δημοσίευσης 2019-02-10
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής iuzoong
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/araemot/passphrase-generator
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/araemot/passphrase-generator/issues
Υποστηριζόμενες Γλώσσες 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"
    }
}