bwallHatesTwits Password Generator
This extension creates passwords that push the bounds of length past the ability of conventional password crackers.
Co to jest bwallHatesTwits Password Generator?
bwallHatesTwits Password Generator to rozszerzenie Chrome opracowane przez Brian (bwall) Wallace, a jego główną funkcją jest „This extension creates passwords that push the bounds of length past the ability of conventional password crackers.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia bwallHatesTwits Password Generator
Pobierz pliki rozszerzeń bwallHatesTwits Password Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | bwallHatesTwits Password Generator |
ID | gocfgmeinifgmkhjkdmfjolfmpfpfnbg |
Oficjalny URL | https://chromewebstore.google.com/detail/bwallhatestwits-password/gocfgmeinifgmkhjkdmfjolfmpfpfnbg |
Opis | This extension creates passwords that push the bounds of length past the ability of conventional password crackers. |
Rozmiar pliku | 24.11 KB |
Liczba instalacji | 57 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2013-03-23 |
Data Publikacji | 2013-03-22 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Brian (bwall) Wallace |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [] } |