Lean Password Hasher
Nifty helper to hash passwords. Uses HMAC-SHA1.
Lean Password Hasher क्या है?
Lean Password Hasher Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Nifty helper to hash passwords. Uses HMAC-SHA1."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lean Password Hasher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } |