Skeleton Key

A secure password generator that uses repeated hashing of your master password and some salt.

¿Qué es Skeleton Key?

Skeleton Key es una extensión de Chrome desarrollada por https://www.bluestatic.org, y su función principal es "A secure password generator that uses repeated hashing of your master password and some salt.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Skeleton Key

Descarga archivos de extensión Skeleton Key en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Skeleton Key Skeleton Key
ID pocnbifnhglhmbddnjlhnkjlfccpfccg
URL Oficial https://chromewebstore.google.com/detail/skeleton-key/pocnbifnhglhmbddnjlhnkjlfccpfccg
Descripción A secure password generator that uses repeated hashing of your master password and some salt.
Tamaño del Archivo 27.94 KB
Cantidad de Instalaciones 13
Versión Actual 3
Última Actualización 2012-12-31
Fecha de Publicación 2012-12-30
Desarrollador https://www.bluestatic.org
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/rsesek/skeletonkey
Idiomas Soportados 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"
    }
}