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文件

下载Password Hasher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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