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 |
官方URL | 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", " |