Fea's password manager
pbkdf2 generating pwd
Fea's password manager क्या है?
Fea's password manager feaisil द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "pbkdf2 generating pwd"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fea's password manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Generate a unique secure password for a website: The password is generated from the website's domain, a password key you give and a salt (set when first starting the extension). To connect on the website, simply regenerate the derived password from the domain name and your password key. Nothing except the salt and number of iterations of the hash function is stored: you have to remember your password key and enter it each time you use this extension. Please use a relatively secure password even if the key derivation function will protect it against most attacks.
एक्सटेंशन की मूल जानकारी
नाम | Fea's password manager |
ID | dghmjpbhpganblpkmmjbaapenpfiipil |
आधिकारिक URL | https://chromewebstore.google.com/detail/feas-password-manager/dghmjpbhpganblpkmmjbaapenpfiipil |
विवरण | pbkdf2 generating pwd |
फ़ाइल का आकार | 36.27 KB |
स्थापना संख्या | 114 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2015-02-02 |
प्रकाशन तिथि | 2015-02-02 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | feaisil |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fea's password manager", "version": "1.1", "description": "pbkdf2 generating pwd", "icons": { "16": "pmcp.png", "48": "pmcp48.png", "128": "pmcp128.png" }, "browser_action": { "default_popup": "pmcp.html", "default_icon": "pmcp.png" }, "permissions": [ "activeTab" ] } |