SOM Password Validator
This extension validates a password against a SOM map of historical password leaks.
SOM Password Validator là gì?
SOM Password Validator là một tiện ích mở rộng Chrome được phát triển bởi http://diogomonica.com, và tính năng chính của nó là "This extension validates a password against a SOM map of historical password leaks.".
Tải xuống tệp CRX của tiện ích mở rộng SOM Password Validator
Tải xuống các tệp mở rộng SOM Password Validator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hlaefkndjinjaoejefajaeieaabfcebk |
URL Chính Thức | https://chrome.google.com/webstore/detail/som-password-validator/hlaefkndjinjaoejefajaeieaabfcebk |
Mô tả | This extension validates a password against a SOM map of historical password leaks. |
Kích Thước Tệp | 731 KB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2014-03-25 |
Ngày Phát Hành | 2014-03-25 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://diogomonica.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |