Alzheimer password generator
Final password is cryptographically derived from web page URL address, salt and user provided secret passphrase.
什麼是Alzheimer password generator?
Alzheimer password generator是由viralpoetry開發的Chrome擴展程式,該擴展的主要功能是“Final password is cryptographically derived from web page URL address, salt and user provided secret passphrase.”。
擴展截圖
下載Alzheimer password generator擴展crx文件
下載Alzheimer password generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Open Source Chrome extension for domain dependent password generation (ALPHA version) Store seed for your password locally on your computer for additional security. Final password is cryptographically derived from web page URL address, salt and user provided secret passphrase. The salt should be stored physically, so you can recover it in the future. WORK IN PROGRESS. The crypto part works fine, but there are some jQuery/css issues on some pages (iframes, jQuery dialog etc.) CURRENT THREAT MODEL: * No one with an access to the PC with installed extension should be able to authenticate without knowing the correct passphrase. * The same passphrase used in two different web browsers should produce two different passwords (cryptographic salt will solve this problem). * If an attacker obtains password for some websites, she should not be able to derive passwords for another websites using that knowledge. * Attacker should not be able to brute force master passphrase from the salt and knowledge of one password (PBKDF with lots of iterations). * It provides protection against basic keyloggers (but they can read our salt from the memory / file...) For more information, see Github repository.
擴展基本資訊
名稱 | Alzheimer password generator |
ID | emclcafdgdeodlhpenmejdapecfgenof |
官方網址 | https://chromewebstore.google.com/detail/alzheimer-password-genera/emclcafdgdeodlhpenmejdapecfgenof |
簡介 | Final password is cryptographically derived from web page URL address, salt and user provided secret passphrase. |
檔案大小 | 878 KB |
安裝次數 | 27 |
目前版本 | 0.91 |
更新時間 | 2018-07-28 |
上架時間 | 2018-07-28 |
評分 | 4.00/5 共 1 次評分 |
開發者 | viralpoetry |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/viralpoetry/password-generator |
說明頁面URL | https://github.com/viralpoetry/password-generator |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alzheimer password generator", "description": "Final password is cryptographically derived from web page URL address, salt and user provided secret passphrase.", "version": "0.91", "permissions": [ "contextMenus", "storage", "activeTab", " |