Skeleton Key
A secure password generator that uses repeated hashing of your master password and some salt.
Qu'est-ce que Skeleton Key ?
Skeleton Key est une extension Chrome développée par https://www.bluestatic.org, et sa fonction principale est "A secure password generator that uses repeated hashing of your master password and some salt.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Skeleton Key
Téléchargez les fichiers d'extension Skeleton Key au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Skeleton Key |
ID | pocnbifnhglhmbddnjlhnkjlfccpfccg |
URL Officiel | https://chromewebstore.google.com/detail/skeleton-key/pocnbifnhglhmbddnjlhnkjlfccpfccg |
Description | A secure password generator that uses repeated hashing of your master password and some salt. |
Taille du Fichier | 27.94 KB |
Nombre d'Installations | 13 |
Version Actuelle | 3 |
Dernière Mise à Jour | 2012-12-31 |
Date de Publication | 2012-12-30 |
Développeur | https://www.bluestatic.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rsesek/skeletonkey |
Langues Prises en Charge | 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" } } |