Password Hasher

Converts weak passwords to domain specific strong ones

Password Hasher란 무엇입니까?

Password Hasher은(는) Arnab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts weak passwords to domain specific strong ones"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This application uses a hash function to generate strong domain specific passwords using weak ones.


Tired of having to make up and remember different passwords for each new website that asks for a login?

Tired of sites insisting your password must have upper case, lower case, number, symbol and what not?

If so, your life is about to become easier!

Now you can remember _one_ weak password to generate unique ultra strong domain specific passwords.


This takes the following three components -

1) Any password you type (can be very weak, for example "AAA" or "123")

2) Your master password (set this in options)

3) Domain name of the current URL (so www.facebook.com and help.facebook.com will get same strong password, while facebook.com and google.com will get different passwods)

It then generates a random-looking password using these.


In practice after setting the master password, you may need only want to change (1), or even none of these for that matter. This will always generate unique passwords for every different domain you use.                    

확장 프로그램 기본 정보

이름 Password Hasher Password Hasher
ID gobdlinamakamhbeoibfoaakffgmiiik
공식 URL https://chromewebstore.google.com/detail/password-hasher/gobdlinamakamhbeoibfoaakffgmiiik
설명 Converts weak passwords to domain specific strong ones
파일 크기 20.68 KB
설치 횟수 45
현재 버전 1.1
최근 업데이트 2015-07-04
출시 날짜 2015-07-03
평점 4.00/5 총 1 개의 평점
개발자 Arnab
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Hasher",
    "short_name": "Hasher",
    "description": "Converts weak passwords to domain specific strong ones",
    "version": "1.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "author": "Arnab Bose"
}