sitePass

This extension generates a password from a website domain & a personal password.

Τι είναι το sitePass;

Το sitePass είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.whentheresawill.net, και η κύρια λειτουργία του είναι "This extension generates a password from a website domain & a personal password.".

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

screenshot

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

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

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

                        Like most folks on the internet these days, I have more logins than I can possibly remember. Usually, that means people are going to use the same password for a bunch of different sites. The problem, of course, is that if one site's database of passwords is compromised, you're vulnerable. You can use a password management tool, but then you have to either keep it with you on a flash drive or trust one site with all of your passwords (and lose access when you don't have an internet connection).

sitePass is another solution. It works best as a Chrome extension that lives in your browser, though you can also use the web version. You give it the url of a site (say, google.com), a password (say, password). It combines them using a one-way SHA-256 hash, then uses the encrypted output of that to generate a secure, unique password. Give it a different site (or a different iteration number, if you need to reset a password periodically) and the same base password, and you get an entirely different secure password. This allows you to remember only one password, but give unique and hard-to-break ones to all of your sites. Or you could use multiple passwords, and just make them more secure. sitePass only uses Javascript on your machine, so your base password never leaves your computer, keeping you safe and secure!

You can use the web version anywhere (including your smartphone or tablet), and download the extension (which pulls the url from your current tab) for your personal computers.                    

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

Όνομα sitePass sitePass
ID knipommgdbefafccijppfjoiokhcedgn
Επίσημο URL https://chromewebstore.google.com/detail/sitepass/knipommgdbefafccijppfjoiokhcedgn
Περιγραφή This extension generates a password from a website domain & a personal password.
Μέγεθος Αρχείου 12.33 KB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 1.0.0.1
Τελευταία Ενημέρωση 2014-06-11
Ημερομηνία Δημοσίευσης 2014-06-11
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://www.whentheresawill.net
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://whentheresawill.net/about-sitePass/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "sitePass",
    "description": "This extension generates a password from a website domain & a personal password.",
    "version": "1.0.0.1",
    "browser_action": {
        "default_icon": "favicon.ico",
        "default_popup": "sitePass.html"
    },
    "permissions": [
        "tabs"
    ]
}