PwdHash port

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

O que é PwdHash port?

PwdHash port é uma extensão do Chrome desenvolvida por Christophe Liou Kee On, e sua principal característica é "Pwdhash 1.7 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PwdHash port

Baixe arquivos de extensão PwdHash port no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        WARNING! this extension using original pwdhash is vulnerable to a brute force attack : https://linuxundich.de/gnu-linux/erfolgreicher-brute-force-angriff-auf-pwdhash/
If you can, choose another extension.


This extension is a pwdhash port for Google Chrome.

Official pwdhash project home can be found here : https://www.pwdhash.com/                    

Informações Básicas da Extensão

Nome PwdHash port PwdHash port
ID dnfmcfhnhnpoehjoommondmlmhdoonca
URL Oficial https://chromewebstore.google.com/detail/pwdhash-port/dnfmcfhnhnpoehjoommondmlmhdoonca
Descrição Pwdhash 1.7 for Chrome. Automatically generates per-site passwords if you prefix your password with @@ or F2.
Tamanho do Arquivo 212 KB
Contagem de Instalações 1,675
Versão Atual 1.0.0.3
Última Atualização 2021-07-14
Data de Publicação 2016-12-30
Classificação 4.66/5 Total de 61 Avaliações
Desenvolvedor Christophe Liou Kee On
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/infocris/pwdhash
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PwdHash port",
    "version": "1.0.0.3",
    "manifest_version": 2,
    "description": "Pwdhash 1.7 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": [
                "stanford-pwdhash\/chrome\/content\/md5.js",
                "stanford-pwdhash\/chrome\/content\/domain-extractor.js",
                "stanford-pwdhash\/chrome\/content\/hashed-password.js",
                "stanford-pwdhash\/chrome\/content\/stanford-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"
    },
    "page_action": {
        "default_icon": "images\/icon19off.png",
        "default_title": "PwdHash",
        "default_popup": "popup.html"
    }
}