PwdHash-PoC port

Pwdhash-PoC 1.0 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.

What is PwdHash-PoC port?

PwdHash-PoC port is a Chrome extension developed by CyBot, and its main feature is "Pwdhash-PoC 1.0 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.".

Extension Screenshots

screenshot

Download PwdHash-PoC port Extension CRX File

Download PwdHash-PoC port extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension uses the updated PwdHash-PoC (https://cybot.github.io/) which adresses weaknesses in the original version of PwdHash.                    

Extension Basic Information

Name PwdHash-PoC port PwdHash-PoC port
ID lofhgnhbjellcpcdpkbejffjejhchacj
Official URL https://chromewebstore.google.com/detail/pwdhash-poc-port/lofhgnhbjellcpcdpkbejffjejhchacj
Description Pwdhash-PoC 1.0 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.
File Size 274 KB
Installation Count 32
Current Version 0.1.0
Last Updated 2019-02-19
Publish Date 2019-02-19
Rating 5.00/5 Total 1 Ratings
Developer CyBot
Payment Type free
Extension Website https://github.com/CyBot/chrome-pwdhash-poc
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PwdHash-PoC port",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Pwdhash-PoC 1.0 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "pwdhash-poc\/chrome\/content\/forge.min.js",
                "pwdhash-poc\/chrome\/content\/domain-extractor.js",
                "pwdhash-poc\/chrome\/content\/hashed-password.js",
                "pwdhash-poc\/chrome\/content\/pwdhash.js",
                "null.js",
                "AlternativeDomain.js",
                "jquery.js",
                "KeyHooker.js",
                "Settings.js",
                "pwdhash-chrome-port.js"
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "48": "images\/icon48-stable.png",
        "128": "images\/icon128-stable.png"
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_icon": "images\/icon19off.png",
        "default_title": "PwdHash-PoC",
        "default_popup": "popup.html"
    }
}