SOM Password Validator
This extension validates a password against a SOM map of historical password leaks.
Wat is SOM Password Validator?
SOM Password Validator is een Chrome-extensie ontwikkeld door http://diogomonica.com, en de belangrijkste functie is "This extension validates a password against a SOM map of historical password leaks.".
Download het CRX-bestand van de extensie SOM Password Validator
Download SOM Password Validator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | |
ID | hlaefkndjinjaoejefajaeieaabfcebk |
Officiële URL | https://chrome.google.com/webstore/detail/som-password-validator/hlaefkndjinjaoejefajaeieaabfcebk |
Beschrijving | This extension validates a password against a SOM map of historical password leaks. |
Bestandsgrootte | 731 KB |
Aantal Installaties | 11 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2014-03-25 |
Publicatiedatum | 2014-03-25 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://diogomonica.com |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |