Skeleton Key
A secure password generator that uses repeated hashing of your master password and some salt.
Cos'è Skeleton Key?
Skeleton Key è un'estensione di Chrome sviluppata da https://www.bluestatic.org, e la sua funzione principale è "A secure password generator that uses repeated hashing of your master password and some salt.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Skeleton Key
Scarica i file di estensione Skeleton Key in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Skeleton Key |
ID | pocnbifnhglhmbddnjlhnkjlfccpfccg |
URL Ufficiale | https://chromewebstore.google.com/detail/skeleton-key/pocnbifnhglhmbddnjlhnkjlfccpfccg |
Descrizione | A secure password generator that uses repeated hashing of your master password and some salt. |
Dimensione del File | 27.94 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 3 |
Ultimo Aggiornamento | 2012-12-31 |
Data di Pubblicazione | 2012-12-30 |
Sviluppatore | https://www.bluestatic.org |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rsesek/skeletonkey |
Lingue Supportate | 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" } } |