SOM Password Validator
This extension validates a password against a SOM map of historical password leaks.
Qu'est-ce que SOM Password Validator ?
SOM Password Validator est une extension Chrome développée par http://diogomonica.com, et sa fonction principale est "This extension validates a password against a SOM map of historical password leaks.".
Télécharger le fichier CRX de l'extension SOM Password Validator
Téléchargez les fichiers d'extension SOM Password Validator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | |
ID | hlaefkndjinjaoejefajaeieaabfcebk |
URL Officiel | https://chrome.google.com/webstore/detail/som-password-validator/hlaefkndjinjaoejefajaeieaabfcebk |
Description | This extension validates a password against a SOM map of historical password leaks. |
Taille du Fichier | 731 KB |
Nombre d'Installations | 11 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2014-03-25 |
Date de Publication | 2014-03-25 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | http://diogomonica.com |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |