SOM Password Validator

This extension validates a password against a SOM map of historical password leaks.

Was ist SOM Password Validator?

SOM Password Validator ist eine Chrome-Erweiterung, die von http://diogomonica.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension validates a password against a SOM map of historical password leaks.".

SOM Password Validator-Erweiterungs-CRX-Datei herunterladen

Laden Sie SOM Password Validator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        SOM Password Validator is a Chrome extension that uses Self-Organizing Maps to aggregate passwords that have been previously leaked on the internet and provides a different way of checking password Security.

This is the result of a research paper by Diogo Monica (https://diogomonica.com)                    

Grundlegende Informationen zur Erweiterung

Name SOM Password Validator SOM Password Validator
ID hlaefkndjinjaoejefajaeieaabfcebk
Offizielle URL https://chrome.google.com/webstore/detail/som-password-validator/hlaefkndjinjaoejefajaeieaabfcebk
Beschreibung This extension validates a password against a SOM map of historical password leaks.
Dateigröße 731 KB
Installationsanzahl 11
Aktuelle Version 0.0.1
Letztes Update 2014-03-25
Veröffentlichungsdatum 2014-03-25
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler http://diogomonica.com
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SOM Password Validator",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension validates a password against a SOM map of historical password leaks.",
    "homepage_url": "https:\/\/diogomonica.com",
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "SOM Password Validator",
        "default_popup": "browser_action.html"
    }
}