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" } } |