Simple Passphrase Generator
Generates a secure passphrase from the EFF's long word list.
ما هو Simple Passphrase Generator؟
Simple Passphrase Generator هو إضافة Chrome تم تطويرها بواسطة iuzoong، والميزة الرئيسية لها هي "Generates a secure passphrase from the EFF's long word list.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Passphrase Generator
قم بتنزيل ملفات الامتداد Simple Passphrase Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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 |
عنوان صفحة المساعدة | 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" } } |