Fea's password manager

pbkdf2 generating pwd

Fea's password manager란 무엇입니까?

Fea's password manager은(는) feaisil에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "pbkdf2 generating pwd"입니다.

확장 프로그램 스크린샷

screenshot

Fea's password manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Generate a unique secure password for a website:
The password is generated from the website's domain, a password key you give and a salt (set when first starting the extension).
To connect on the website, simply regenerate the derived password from the domain name and your password key.

Nothing except the salt and number of iterations of the hash function is stored: you have to remember your password key and enter it each time you use this extension.

Please use a relatively secure password even if the key derivation function will protect it against most attacks.                    

확장 프로그램 기본 정보

이름 Fea's password manager Fea's password manager
ID dghmjpbhpganblpkmmjbaapenpfiipil
공식 URL https://chromewebstore.google.com/detail/feas-password-manager/dghmjpbhpganblpkmmjbaapenpfiipil
설명 pbkdf2 generating pwd
파일 크기 36.27 KB
설치 횟수 114
현재 버전 1.1
최근 업데이트 2015-02-02
출시 날짜 2015-02-02
평점 5.00/5 총 1 개의 평점
개발자 feaisil
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fea's password manager",
    "version": "1.1",
    "description": "pbkdf2 generating pwd",
    "icons": {
        "16": "pmcp.png",
        "48": "pmcp48.png",
        "128": "pmcp128.png"
    },
    "browser_action": {
        "default_popup": "pmcp.html",
        "default_icon": "pmcp.png"
    },
    "permissions": [
        "activeTab"
    ]
}