PawHash

Securely generate website-specific passwords from a single master password. Compatible with Password Hasher for Firefox.

Τι είναι το PawHash;

Το PawHash είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Torne Wuff, και η κύρια λειτουργία του είναι "Securely generate website-specific passwords from a single master password. Compatible with Password Hasher for Firefox.".

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

screenshot
screenshot

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

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

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

                        PawHash is a Chrome/Chromium extension which securely generates website-specific passwords from a single master password. It's based on the excellent Password Hasher extension for Firefox by Steve Cooper (http://wijjo.com/passhash) and generates the same passwords given the same inputs.

Using the same password on many websites is a security risk, because many sites do not store the password securely or are vulnerable to exploits allowing the passwords to be intercepted. When one site is compromised and the passwords stolen and cracked, this often allows the attacker to use the same username/email and password to log in as those users on many different sites.

However, remembering a unique password for every website is impractical. This extension solves the problem by allowing you to remember just one master password, which is used to calculate a unique and secure password for a given site. This works by using a "hash algorithm" which, given the master password and the name of the website, combines them in a way which is impossible to reverse, but generates the same result every time.

This avoids having to use a password manager which stores all your passwords, meaning there is nothing for an attacker to steal, and you can use any computer you trust without needing to have a copy of your password file.

Thanks to Steve Cooper for the original Firefox Password Hasher extension (http://wijjo.com/passhash) and to Paul Johnston for the jshash library (http://pajhome.org.uk/crypt/md5).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PawHash PawHash
ID adgekjfphhgngpdoklolpjenmgneobfg
Επίσημο URL https://chromewebstore.google.com/detail/pawhash/adgekjfphhgngpdoklolpjenmgneobfg
Περιγραφή Securely generate website-specific passwords from a single master password. Compatible with Password Hasher for Firefox.
Μέγεθος Αρχείου 59 KB
Αριθμός Εγκαταστάσεων 394
Τρέχουσα Έκδοση 0.6
Τελευταία Ενημέρωση 2015-08-13
Ημερομηνία Δημοσίευσης 2015-08-13
Αξιολόγηση 4.75/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής Torne Wuff
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/tornewuff/pawhash
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PawHash",
    "version": "0.6",
    "manifest_version": 2,
    "description": "Securely generate website-specific passwords from a single master password. Compatible with Password Hasher for Firefox.",
    "icons": {
        "16": "paw16.png",
        "48": "paw48.png",
        "128": "paw128.png"
    },
    "minimum_chrome_version": "20",
    "content_security_policy": "default-src 'self'",
    "browser_action": {
        "default_icon": "paw19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        ""
    ]
}