bwallHatesTwits Password Generator
This extension creates passwords that push the bounds of length past the ability of conventional password crackers.
Τι είναι το bwallHatesTwits Password Generator;
Το bwallHatesTwits Password Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brian (bwall) Wallace, και η κύρια λειτουργία του είναι "This extension creates passwords that push the bounds of length past the ability of conventional password crackers.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης bwallHatesTwits Password Generator
Λήψη αρχείων επέκτασης bwallHatesTwits Password Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension allows you to create very long passwords with custom as well as predefined character sets that work very well with password managers(such as LastPass/KeePass/PasswordSafe). Be responsible and use passwords that are longer than conventional hash crackers can ever attempt to crack. Any password over 125 characters is beyond any hash cracker's ability, and with randomly generated passwords, even if one site does not store your password properly, it won't lead to a compromise of any of your other accounts.
Βασικές Πληροφορίες Επέκτασης
Όνομα | bwallHatesTwits Password Generator |
ID | gocfgmeinifgmkhjkdmfjolfmpfpfnbg |
Επίσημο URL | https://chromewebstore.google.com/detail/bwallhatestwits-password/gocfgmeinifgmkhjkdmfjolfmpfpfnbg |
Περιγραφή | This extension creates passwords that push the bounds of length past the ability of conventional password crackers. |
Μέγεθος Αρχείου | 24.11 KB |
Αριθμός Εγκαταστάσεων | 57 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2013-03-23 |
Ημερομηνία Δημοσίευσης | 2013-03-22 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Brian (bwall) Wallace |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "bwallHatesTwits Password Generator", "description": "This extension creates passwords that push the bounds of length past the ability of conventional password crackers.", "version": "1.0", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [] } |