Entropass
Maximum-security password manager
Entropassคืออะไร?
Entropass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rampant Logic และคุณลักษณะหลักของมันคือ "Maximum-security password manager"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Entropass
ดาวน์โหลดไฟล์ส่วนขยาย Entropass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Entropass is an open-source decentralized maximum-security password manager. It automatically generates passwords using an algorithm based on a master password, a private key file, and the domain of the current site so that you never have to store or remember your site passwords. This lets you have a unique password for every site that you visit without ever worrying about synchronizing or backing up a password database, which means that you don't have to trust and be tied to a cloud provider like LastPass or 1Password. This concept is not new, but unlike previous applications, Entropass uses both a master password and a private key file instead of just a master password. While other systems can be cracked by brute-forcing the master password, Entropass is impossible to crack without the private key file that is stored only on your devices. In other words Entropass utilizes the "something you know, something you have" security policy, making it much more secure than purely password-based methods.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Entropass |
ID | andieidkfneadmcoolmlecilekpnclki |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/entropass/andieidkfneadmcoolmlecilekpnclki |
คำอธิบาย | Maximum-security password manager |
ขนาดไฟล์ | 110 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 2.1.0 |
อัปเดตครั้งล่าสุด | 2014-06-25 |
วันที่เผยแพร่ | 2014-06-25 |
ผู้พัฒนา | Rampant Logic |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://rampantlogic.com/entropass |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Entropass", "description": "Maximum-security password manager", "author": "Chris Clark", "homepage_url": "http:\/\/rampantlogic.com\/entropass\/", "version": "2.1.0", "manifest_version": 2, "minimum_chrome_version": "26", "options_page": "options.html", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "Entropass", "default_icon": "images\/icon_16.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "clipboardWrite", "http:\/\/publicsuffix.org\/list\/effective_tld_names.dat" ] } |