Password Generator

Generate secure passwords on the fly! Chrome extension version of the Password Generator web application:…

Password Generator क्या है?

Password Generator Michal Sukupčák द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate secure passwords on the fly! Chrome extension version of the Password Generator web application:…"।

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

screenshot
screenshot
screenshot

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

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

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

                        Generate secure passwords on the fly!

Chrome extension version of the Password Generator web application:
http://password-generator.webapp.sk/

How does it work? Application takes a simple alias and a secret (only piece of information you need to remember) and generates powerful password for you on the fly.

Example:

First of all we need a strong secret: "s3cr3t!"

Now lets choose a service. Facebook.com is a good example. Alias for it could be: "facebook"

When we enter "facebook" as alias and "s3cr3t!" as secret into password generator, we get this as a generated password:
"jZhMjJiZTc3YjBjZDI4NzZhMDgzMjg2N"

Pretty good for a password, right? Now every time we enter combination of our alias and secret into the password generator, we get this phrase as our final password which we can use for Facebook.com.

Need another password? Lets take github.com as an example. Our alias could be "github". We already know the secret, no need to change that one. When we enter "github" as alias and "s3cr3t!" as secret, this is our new generated password:
"zUxMzlmMjg2NzU5NmEyYjIwMTBkYmM1N"

Pretty cool, huh? 2 very strong and completely different passwords and all we had to remember was our secret ("s3cr3t!").

And we can continue with additional services/aliases as we need. In the end we'll get strong and unique passwords for each service without all the hassle of remembering or writing down multiple password.

IMPORTANT:
Password generation is done locally in your browser and no data leaves your computer. Extension doesn't observe your actions nor report anything anywhere.

Extension is OPEN SOURCE, hosted on Github:
https://github.com/michalsukupcak/Password-Generator-Chrome

And so is the original webapp:
https://github.com/michalsukupcak/Password-Generator

If you have any suggestions or feature requests, feel free to contact me or open an issue on Github!                    

एक्सटेंशन की मूल जानकारी

नाम Password Generator Password Generator
ID khhhgiocpaeaepoedjkcmhhaaoibnncg
आधिकारिक URL https://chromewebstore.google.com/detail/password-generator/khhhgiocpaeaepoedjkcmhhaaoibnncg
विवरण Generate secure passwords on the fly! Chrome extension version of the Password Generator web application:…
फ़ाइल का आकार 13.32 MB
स्थापना संख्या 181
वर्तमान संस्करण 4.1.1
अंतिम अपडेट 2016-02-03
प्रकाशन तिथि 2016-02-03
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Michal Sukupčák
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://password-generator.webapp.sk/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "4.1.1",
    "name": "Password Generator",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "index.html"
    }
}