Simple Passphrase Generator

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

Simple Passphrase Generator क्या है?

Simple Passphrase Generator iuzoong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generates a secure passphrase from the EFF's long word list."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Passphrase Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}