Password Hasher

Converts weak passwords to domain specific strong ones

Password Hasher là gì?

Password Hasher là một tiện ích mở rộng Chrome được phát triển bởi Arnab, và tính năng chính của nó là "Converts weak passwords to domain specific strong ones".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Password Hasher

Tải xuống các tệp mở rộng Password Hasher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Password Hasher Password Hasher
ID gobdlinamakamhbeoibfoaakffgmiiik
URL Chính Thức https://chromewebstore.google.com/detail/password-hasher/gobdlinamakamhbeoibfoaakffgmiiik
Mô tả Converts weak passwords to domain specific strong ones
Kích Thước Tệp 20.68 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-07-04
Ngày Phát Hành 2015-07-03
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Arnab
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}