Lean Password Hasher

Nifty helper to hash passwords. Uses HMAC-SHA1.

Lean Password Hasherとは何ですか?

Lean Password HasherはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Nifty helper to hash passwords. Uses HMAC-SHA1.」です。

拡張機能のスクリーンショット

screenshot

Lean Password Hasher拡張機能のCRXファイルをダウンロード

Lean Password Hasher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Lean Password Hasher lets you create safe and purpose-specific passwords easily. You just have to remember a reasonably long master key.

This extension opens a small pop-up, tries to determine the parameter from the domain of the current tab, asks for the master password and copies the hash to the clipboard. Lean Password Hasher generates a Base64 encoded HMAC-SHA1 hash with the master key as HMAC and the parameter as message, shortened to the chosen length. It was inspired by hashapass.com and generates the same hash with the default length of 8.

An online version of this extension can be found at hash.tknetwork.de.

SHA1 implementation by Paul Johnston (http://pajhome.org.uk/crypt/md5)
BSD License

Icon by Iconfinder (http://www.iconfinder.net)
Creative Commons Attribution-No Derivative Works 3.0                    

拡張機能の基本情報

名前 Lean Password Hasher Lean Password Hasher
ID epkjbahnaccnpbhapgfnggcefflmdjid
公式URL https://chromewebstore.google.com/detail/lean-password-hasher/epkjbahnaccnpbhapgfnggcefflmdjid
説明 Nifty helper to hash passwords. Uses HMAC-SHA1.
ファイルサイズ 48.74 KB
インストール数 132
現在のバージョン 0.2
最終更新日 2013-01-16
公開日 2013-01-16
評価 5.00/5 合計 4 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト http://hash.tknetwork.de
ヘルプページのURL http://hashapass.com/
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lean Password Hasher",
    "description": "Nifty helper to hash passwords. Uses HMAC-SHA1.",
    "version": "0.2",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "options_page": "options.html"
}