Simple Passphrase Generator
Generates a secure passphrase from the EFF's long word list.
O que é Simple Passphrase Generator?
Simple Passphrase Generator é uma extensão do Chrome desenvolvida por iuzoong, e sua principal característica é "Generates a secure passphrase from the EFF's long word list.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple Passphrase Generator
Baixe arquivos de extensão Simple Passphrase 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
Generates a secure passphrase using the EFF's long word list and the browser's crypto RNG. The passphrase has an entropy of ~77 bits. For a stronger password try tinyurl.com/y92yob5v The author is one of the #MillionsMissing. If you find this software useful, please consider donating to the Open Medicine Foundation www.OMF.ngo for much needed research. Thank you. Dice icon by Gregor Cresnar from Flaticon. Licensed by CC 3.0 BY.
Informações Básicas da Extensão
Nome | Simple Passphrase Generator |
ID | iliehbhfgfbjllfhhbbceochgmkkhpcb |
URL Oficial | https://chromewebstore.google.com/detail/simple-passphrase-generat/iliehbhfgfbjllfhhbbceochgmkkhpcb |
Descrição | Generates a secure passphrase from the EFF's long word list. |
Tamanho do Arquivo | 42.54 KB |
Contagem de Instalações | 391 |
Versão Atual | 2018.5.28.3 |
Última Atualização | 2019-02-10 |
Data de Publicação | 2019-02-10 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | iuzoong |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/araemot/passphrase-generator |
URL da Página de Ajuda | https://github.com/araemot/passphrase-generator/issues |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Passphrase Generator", "homepage_url": "https:\/\/github.com\/araemot\/passphrase-generator", "description": "Generates a secure passphrase from the EFF's long word list.", "version": "2018.5.28.3", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "dice48.png", "96": "dice96.png", "128": "dice128.png" }, "browser_action": { "browser_style": false, "default_icon": "dice.png", "default_popup": "popup.html" } } |