SOM Password Validator
This extension validates a password against a SOM map of historical password leaks.
Что такое SOM Password Validator?
SOM Password Validator - это расширение Chrome, разработанное http://diogomonica.com, и его основная функция - "This extension validates a password against a SOM map of historical password leaks.".
Скачать файл CRX расширения SOM Password Validator
Скачайте файлы расширений 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)
Основная информация о расширении
Название | |
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" } } |