SOM Password Validator

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

SOM Password Validatorとは何ですか?

SOM Password Validatorはhttp://diogomonica.comによって開発されたChromeの拡張機能で、その主な機能は「This extension validates a password against a SOM map of historical password leaks.」です。

SOM Password Validator拡張機能のCRXファイルをダウンロード

SOM Password Validator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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)                    

拡張機能の基本情報

名前 SOM Password Validator SOM Password Validator
ID hlaefkndjinjaoejefajaeieaabfcebk
公式URL https://chrome.google.com/webstore/detail/som-password-validator/hlaefkndjinjaoejefajaeieaabfcebk
説明 This extension validates a password against a SOM map of historical password leaks.
ファイルサイズ 731 KB
インストール数 11
現在のバージョン 0.0.1
最終更新日 2014-03-25
公開日 2014-03-25
評価 3.00/5 合計 1 レビュー
開発者 http://diogomonica.com
支払い方法 free
対応言語 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"
    }
}