SOM Password Validator

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

What is SOM Password Validator?

SOM Password Validator is a Chrome extension developed by http://diogomonica.com, and its main feature is "This extension validates a password against a SOM map of historical password leaks.".

Download SOM Password Validator Extension CRX File

Download SOM Password Validator 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

                        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)                    

Extension Basic Information

Name SOM Password Validator SOM Password Validator
ID hlaefkndjinjaoejefajaeieaabfcebk
Official URL https://chrome.google.com/webstore/detail/som-password-validator/hlaefkndjinjaoejefajaeieaabfcebk
Description This extension validates a password against a SOM map of historical password leaks.
File Size 731 KB
Installation Count 11
Current Version 0.0.1
Last Updated 2014-03-25
Publish Date 2014-03-25
Rating 3.00/5 Total 1 Ratings
Developer http://diogomonica.com
Payment Type free
Supported Languages 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"
    }
}