PasswordMaker (.org)

Flexible password generator using a cryptographic hash algorithm of your choice - Fully Compatible with PasswordMaker.org

PasswordMaker (.org) क्या है?

PasswordMaker (.org) PasswordMaker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flexible password generator using a cryptographic hash algorithm of your choice - Fully Compatible with PasswordMaker.org"।

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

screenshot

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

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

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

                        This Chrome Extension implements the PasswordMaker.org method for generating a unique, secure password for any site, from a single master password.

This extension is feature equivalent with https://chromewebstore.google.com/detail/passwordmaker-pro/lnhofcfhehhcbccpmdmdpjncdoihmkkh visit https://github.com/passwordmaker/chrome-passwordmaker#readme for more info and is updated at the same time.

There are apps, extensions, etc. for all the major platforms that implement this same method and are compatible with each other - see the PasswordMaker.org site for the list.

This technique has been widely used since 2003, though it has been eclipsed by generators that create a random password for each site. The problem with that method is that every generated password must be stored - with the PasswordMaker.org method you only need to memorize or record the one master password.

Later, if you switch to a different platform or lose all record of your passwords, you can still easily unlock all your passwords, for all your sites (and on any platform since this same technique is implemented on other platforms) as long as you can remember your master password.

(Note that your master password cannot be determined from the generated passwords - that is fundamental to the security of this method.)

1.0.2 - 2024-02-04
* Improve username and password filling
* Detect username field when sites separate username page and password page
* Add SHA-512 integrity check for sjcl.js so users know it's unmodified
* Browser agnostic now instead of Chrome specific
* Fixed and optimized regex profile matching
* Added section for sync information
* Added ability to reorder profiles
* Added ability to set zoom level of popup
* Sync support should be fixed v2
* Source compatible with Firefox , Chrome, Edge and Opera
* Removed jQuery dependency!
* Added a description/notes field that was used in the original PasswordMaker for issue #176
* Profile search function looks at profile name, site list, use this text, username and description                    

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

नाम PasswordMaker (.org) PasswordMaker (.org)
ID fckpmekmkjglpmdcbfkchimdelcjiipd
आधिकारिक URL https://chromewebstore.google.com/detail/passwordmaker-org/fckpmekmkjglpmdcbfkchimdelcjiipd
विवरण Flexible password generator using a cryptographic hash algorithm of your choice - Fully Compatible with PasswordMaker.org
फ़ाइल का आकार 106 KB
स्थापना संख्या 579
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2024-02-06
प्रकाशन तिथि 2021-05-19
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर PasswordMaker
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/passwordmaker/chrome-passwordmaker/
सहायता पृष्ठ URL https://github.com/passwordmaker/chrome-passwordmaker/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "GitTom",
    "action": {
        "default_icon": {
            "16": "images\/passwdmaker16.png",
            "48": "images\/passwdmaker48.png",
            "96": "images\/passwdmaker96.png",
            "128": "images\/passwdmaker128.png"
        },
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "javascript\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+X"
            }
        }
    },
    "description": "Flexible password generator using a cryptographic hash algorithm of your choice - Fully Compatible with PasswordMaker.org",
    "homepage_url": "https:\/\/github.com\/passwordmaker\/chrome-passwordmaker",
    "icons": {
        "16": "images\/passwdmaker16.png",
        "48": "images\/passwdmaker48.png",
        "96": "images\/passwdmaker96.png",
        "128": "images\/passwdmaker128.png"
    },
    "manifest_version": 3,
    "name": "PasswordMaker (.org)",
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "alarms"
    ],
    "version": "1.0.2"
}