Password Generator
插件截图
插件概述
Generates domain specific passwords插件详情
Password GeneratorUpdate
Replaced MD5 with SHA2 as MD5 is broken .
Summary
A client side password generator.
Update: We have this for Android. https://play.google.com/store/apps/details?id=com.passgen.passwordgenrator
What is it
Its a chrome app to generate unique passwords for each site. Depending upon the domain and a master password a unique password is generated. It doesn't need any server and everything happens on the client side.
Why?
I want to use a unique password for each website. However, I don't want to use lastpass/1password as I find their interface confusing and overkill, and I don't want my password stored on remote servers.
I use a simple passwording scheme. I have one master password. For each site, I append the first two letters of the domain to master password and use that as the site password. This is sub-optimal as its easy to understand this scheme, if say two of my passwords are leaked.
I want to algorithmically generate the password on the client side, with a chrome app.
How does it work?
password_1 = SHA256(masterpassword+domain)
password = take_first_8_letters(password_1)
This will generate a per domain password with 8 characters of entropy and it depends only on master password and the domain.
In the UI side, it works like this:
You set your master password in the app.
You click the Chrome app button to generate a domain specific password. It generates the domain specific password and copies the password to clipboard.
You use the password to signup. Next time you want to login, you click the app to get the password.
其他信息
官方唯一标识:nnjgaeek****************ehhcckbp
官方最后更新日期:2013年1月10日
分类:生产工具
大小:148KiB
版本:1.2
语言:English (United States)
提供方:none
星级:3.8
插件下载
| 下载链接一 下载链接二 |
| Chrome插件离线安装教程 |
温馨提示
本站中的部份内容来源网络和网友发布,纯属个人收集并供大家交流学习参考之用,版权归版权原作者所有。
如果您发现网站上有侵犯您的知识产权的作品,请与我们取得联系,我们会及时修改或删除。
如果您觉得网多鱼对您有帮助,欢迎收藏我们 Ctrl+D。