Skeleton Key

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

Τι είναι το Skeleton Key;

Το Skeleton Key είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.bluestatic.org, και η κύρια λειτουργία του είναι "A secure password generator that uses repeated hashing of your master password and some salt.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Skeleton Key

Λήψη αρχείων επέκτασης Skeleton Key σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
    }
}