Simple Passphrase Generator
Generates a secure passphrase from the EFF's long word list.
什麼是Simple Passphrase Generator?
Simple Passphrase Generator是由iuzoong開發的Chrome擴展程式,該擴展的主要功能是“Generates a secure passphrase from the EFF's long word list.”。
擴展截圖
下載Simple Passphrase Generator擴展crx文件
下載Simple Passphrase Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Simple Passphrase Generator |
ID | iliehbhfgfbjllfhhbbceochgmkkhpcb |
官方網址 | https://chromewebstore.google.com/detail/simple-passphrase-generat/iliehbhfgfbjllfhhbbceochgmkkhpcb |
簡介 | Generates a secure passphrase from the EFF's long word list. |
檔案大小 | 42.54 KB |
安裝次數 | 391 |
目前版本 | 2018.5.28.3 |
更新時間 | 2019-02-10 |
上架時間 | 2019-02-10 |
評分 | 5.00/5 共 3 次評分 |
開發者 | iuzoong |
付費類型 | free |
擴展官網 | https://github.com/araemot/passphrase-generator |
說明頁面URL | https://github.com/araemot/passphrase-generator/issues |
支援的語言 | 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" } } |