Entropass

Maximum-security password manager

Entropass란 무엇입니까?

Entropass은(는) Rampant Logic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Maximum-security password manager"입니다.

확장 프로그램 스크린샷

screenshot

Entropass 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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