bwallHatesTwits Password Generator
This extension creates passwords that push the bounds of length past the ability of conventional password crackers.
O que é bwallHatesTwits Password Generator?
bwallHatesTwits Password Generator é uma extensão do Chrome desenvolvida por Brian (bwall) Wallace, e sua principal característica é "This extension creates passwords that push the bounds of length past the ability of conventional password crackers.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão bwallHatesTwits Password Generator
Baixe arquivos de extensão bwallHatesTwits Password Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | bwallHatesTwits Password Generator |
ID | gocfgmeinifgmkhjkdmfjolfmpfpfnbg |
URL Oficial | https://chromewebstore.google.com/detail/bwallhatestwits-password/gocfgmeinifgmkhjkdmfjolfmpfpfnbg |
Descrição | This extension creates passwords that push the bounds of length past the ability of conventional password crackers. |
Tamanho do Arquivo | 24.11 KB |
Contagem de Instalações | 57 |
Versão Atual | 1.0 |
Última Atualização | 2013-03-23 |
Data de Publicação | 2013-03-22 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Brian (bwall) Wallace |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [] } |