Skeleton Key
A secure password generator that uses repeated hashing of your master password and some salt.
Skeleton Key क्या है?
Skeleton Key https://www.bluestatic.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A secure password generator that uses repeated hashing of your master password and some salt."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Skeleton Key एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Skeleton Key is an alternative way to manage passwords. Rather than keeping a database for every website, you merely have one master password that is used in combination with a "site key" and your username. The site key is a site-specific string. All three pieces of data are cryptographically hashed repeatedly using the ultra-secure PBKDF2 algorithm. Changes in v3: - Fixed bugs with site key suggestion. Changes in v2: - Use current tab's URL as a suggestion for the site key.
एक्सटेंशन की मूल जानकारी
नाम | Skeleton Key |
ID | pocnbifnhglhmbddnjlhnkjlfccpfccg |
आधिकारिक URL | https://chromewebstore.google.com/detail/skeleton-key/pocnbifnhglhmbddnjlhnkjlfccpfccg |
विवरण | A secure password generator that uses repeated hashing of your master password and some salt. |
फ़ाइल का आकार | 27.94 KB |
स्थापना संख्या | 13 |
वर्तमान संस्करण | 3 |
अंतिम अपडेट | 2012-12-31 |
प्रकाशन तिथि | 2012-12-30 |
डेवलपर | https://www.bluestatic.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/rsesek/skeletonkey |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skeleton Key", "version": "3", "description": "A secure password generator that uses repeated hashing of your master password and some salt.", "permissions": [ "tabs" ], "icons": { "16": "icon19.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Skeleton Key", "default_popup": "core.html", "default_icon": "icon19.png" } } |