Simple Passphrase Generator
Generates a secure passphrase from the EFF's long word list.
Cos'è Simple Passphrase Generator?
Simple Passphrase Generator è un'estensione di Chrome sviluppata da iuzoong, e la sua funzione principale è "Generates a secure passphrase from the EFF's long word list.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Passphrase Generator
Scarica i file di estensione Simple Passphrase Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Simple Passphrase Generator |
ID | iliehbhfgfbjllfhhbbceochgmkkhpcb |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-passphrase-generat/iliehbhfgfbjllfhhbbceochgmkkhpcb |
Descrizione | Generates a secure passphrase from the EFF's long word list. |
Dimensione del File | 42.54 KB |
Conteggio Installazioni | 391 |
Versione Corrente | 2018.5.28.3 |
Ultimo Aggiornamento | 2019-02-10 |
Data di Pubblicazione | 2019-02-10 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | iuzoong |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/araemot/passphrase-generator |
URL della Pagina di Aiuto | https://github.com/araemot/passphrase-generator/issues |
Lingue Supportate | 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" } } |