Simple Passphrase Generator
Generates a secure passphrase from the EFF's long word list.
What is Simple Passphrase Generator?
Simple Passphrase Generator is a Chrome extension developed by iuzoong, and its main feature is "Generates a secure passphrase from the EFF's long word list.".
Extension Screenshots
Download Simple Passphrase Generator Extension CRX File
Download Simple Passphrase Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Simple Passphrase Generator |
ID | iliehbhfgfbjllfhhbbceochgmkkhpcb |
Official URL | https://chromewebstore.google.com/detail/simple-passphrase-generat/iliehbhfgfbjllfhhbbceochgmkkhpcb |
Description | Generates a secure passphrase from the EFF's long word list. |
File Size | 42.54 KB |
Installation Count | 391 |
Current Version | 2018.5.28.3 |
Last Updated | 2019-02-10 |
Publish Date | 2019-02-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | iuzoong |
Payment Type | free |
Extension Website | https://github.com/araemot/passphrase-generator |
Help Page URL | https://github.com/araemot/passphrase-generator/issues |
Supported Languages | 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" } } |