-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
227 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# 密碼寶 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- [English](/) | ||
- [简体中文](/zh_cn/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- [**使用密碼寶**](zh_cn/versions/production_links.md) | ||
- [**程式功能介紹**](zh_cn/versions/phases.md) | ||
- [**版本**](zh_cn/versions/README.md) | ||
- [Chrome 適用](zh_cn/versions/CHANGELOG_CRX.md) | ||
- [Firefox 适用](zh_cn/versions/CHANGELOG_FOX.md) | ||
- [**FAQ**](issues/faq.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# **密碼寶** | ||
|
||
> Safe AS Bitcoin | ||
<p>Create account like bitcoin, no one can't decrypt your data.</p> | ||
|
||
> Everything Encrypted | ||
<p> | ||
Encrypt your account and password by 32-bit long key, as safe as possible. And the wallet will closed automatic about 5 minutes later. So it's very safe for you password. | ||
</p> | ||
<p> | ||
The timeout value can't be changed in setting tab page. | ||
</p> | ||
|
||
> Decentralized Storage | ||
<p> | ||
No centralized server, all the encrypted data is saved by block chain miner all over the world, but no body knows where they are, and saved till the end of the time. | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Chrome | ||
|
||
## v2.0.0 (RELEASE) | ||
|
||
> 11-9 发布 2.0.0 | ||
- [x] 代码架构重构,解决类似腾讯内嵌输入 iframe 大小限制,导致弹出页不能完全显示问题 | ||
- [x] 增加修改密码后,提示 | ||
- [x] 去除弹出页面中管理按钮(在插件弹出页面可以管理,同时在网站识别输入框时弹出可以增加与更新密码,已经存在两个管理入口,所以去掉) | ||
- [x] 点击 BPassword 图标强制切换显示解锁提示界面 | ||
- [x] 优化网站输入框自动提示逻辑 | ||
- [x] Fixed [163](https://www.163.com) 无法识别登录框 | ||
- [x] Fixed [小米商城](https://account.xiaomi.com/) 无法检测到用户名 (含有多个输入域) | ||
|
||
```textarea | ||
- (username && password && exactMatched) 用户名,密码均有值并且在 BPassword 有对应账号时 不弹出提示页面 | ||
- (username && password && !exactMatched) 用户名,密码均有值并且在 BPassword 没有对应账号时, 光标聚焦在密码框时,弹出提示添加页面.光标在用户名时,不弹出提示页面 | ||
- (username && password && !exactMatched) 用户名,密码均有值并且在 BPassword 有对应用户名相同的账号但密码不一致时,弹出修改密码提示页面. | ||
- ((username && !password) && exactMatched) 用户名或密码没有值,并且在 BPassword 有对应用户名相似(一输入框用户名与 BPassword 列表中的用户名前匹配或有记录时)账号时,弹出账号列表选择页面 | ||
- ((username && !password) && exactMatched) 用户名或密码没有值,并且在 BPassword 有对应对应域名的账号时,弹出账号列表选择页面 | ||
> 插件未解锁情况下 | ||
- ((username && password) || matchedNum) :当用户名和密码均已输入值 或 BPassword 插件中有对应记录时,弹出解锁提示界面 | ||
``` | ||
|
||
## v1.0.0 (RELEASE) | ||
|
||
> 11-3 发布到 chrome web store,fixed bugs | ||
- [x] 解决 Chrome 自带提示功能,输入干扰问题 | ||
- [x] 解决新浪输入框动态创建未识别到的问题 | ||
|
||
### v0.2.0 (internal test version) | ||
|
||
> 10-25 | ||
- [x] 增加手机端与网站端 pass item 分离管理 | ||
|
||
### v0.1.0 (internal test version) | ||
|
||
> 10-17 | ||
- [x] 实现已保存的账号和密码可以自动填入到网站 | ||
- [x] fixed 输入干扰问题(参考 Chrome 浏览器自带密码管理工具实现逻辑) | ||
- [x] 更新 BPassword 账号生成方案 Used ed25519 | ||
|
||
### v0.0.1 (internal test version) | ||
|
||
> 9-30 | ||
- [x] 实现网站账号密码保存在插件本地存储功能 | ||
- [x] 实现 BPassword 账号的创建功能(used EIP39,like metamask) | ||
- [x] 实现 Popup 管理账号密码 CURD 的界面功能 | ||
|
||
### Test Pass website | ||
|
||
1. [京东](https://passport.jd.com/) | ||
2. [淘宝](https://login.taobao.com/) | ||
3. [国美](https://login.gome.com.cn/) | ||
4. [寺库](https://passport.secoo.com/) | ||
5. [唯品会](https://passport.vip.com/) | ||
6. [蘑菇街](https://portal.mogu.com/) | ||
7. [新浪微博](https://weibo.com/) | ||
8. [Sina](https://www.sina.com.cn/) | ||
9. [苏宁](https://passport.suning.com/) | ||
10. [马蜂窝](https://passport.mafengwo.cn/) | ||
11. [百度](https://www.baidu.com/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Firefox | ||
|
||
## v0.7.0 (**Release**) | ||
|
||
> 11-30 submmit to AMO (**Status Approved**) | ||
- [x] Fixed css font signed removed by AMO,so will used html link. | ||
- [x] Fixed Dynamic generator login fields.like [站酷](https://passport.zcool.com.cn/loginApp.do?appId=1006&cback=https://www.zcool.com.cn/u/19233031) | ||
|
||
## v0.5.1 (**FeedBack**) | ||
|
||
> 11-29 submmit to AMO | ||
- [x] Optimization wether popup selector box calcuator logic. | ||
- [x] Add Hot key (Ctrl+Shift+9 : toggle popup page) | ||
|
||
### v0.5.0 (Self Signed Version) | ||
|
||
> 11-26 | ||
- [x] Design Position report chains for multi layers.like [阿里云](https://account.aliyun.com/login/qr_login.htm) | ||
- [x] Fixed Contentscript can't access inject script Object.[make all inject & communication with window postMessage chains] | ||
|
||
### v0.3.0 (Self Signed Version) | ||
|
||
> 11-24 | ||
- [x] Inject website javascrits logic for firefox | ||
- [x] Refactor website popup selector box and filled back communication logic. | ||
|
||
### v0.1.0 (Internal Test version) | ||
|
||
> 11-19 | ||
- [x] Create Chrome & firefox mixin Coding Project Struct | ||
- [x] Migrate BPassword popup UI basic functions from Chrome to Firefox | ||
- [x] checkout communication code for firefox API. | ||
- [x] Refactor the interactive function of Inject website page for Firefox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# 版本说明 | ||
|
||
> BPassword 官方渠道. | ||
- 谷歌浏览器或 Edge 浏览器访问 [插件商店](https://chrome.google.com/webstore/detail/bpassword/bacldcokcfmemiljlckpeokehiloamcj?hl=zh-CN&authuser=0) | ||
|
||
- 火狐浏览器访问 [AMO](https://addons.mozilla.org/zh-CN/firefox/addon/bpassword/versions/) | ||
|
||
### BPassword 谷歌浏览器版 | ||
|
||
> 当前最新版本(**2.0.0**) | ||
- [x] Base on ethereum Account generate,import&export | ||
- [x] Website pass item CURD functions management by popup UI. | ||
- [x] Mobile pass item CURD functions management by popup UI. | ||
- [ ] auto locked setting. | ||
- [ ] Synchronize local data with blockchain | ||
- [x] Tokens query | ||
- [ ] send Transaction | ||
- [x] toggler popui hot key | ||
- [ ] options page | ||
- [x] website inject & auto filled login fields. | ||
- [x] Separate pass items management interface | ||
|
||
**[See Details](versions/CHANGELOG_CRX.md)** | ||
|
||
### BPassword 火狐浏览器版 | ||
|
||
> 当前最新版本 (**v0.7.0**) | ||
- [x] Base on ethereum Account generate,import&export | ||
- [x] Website pass item CURD functions management by popup UI. | ||
- [x] Mobile pass item CURD functions management by popup UI. | ||
- [ ] auto locked setting. | ||
- [ ] Synchronize local data with blockchain | ||
- [ ] Tokens query | ||
- [ ] send Transaction | ||
- [x] toggler popui hot key | ||
- [x] options page | ||
- [x] website inject & auto filled login fields. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Futuer Features | ||
|
||
## Chrome | ||
|
||
### Phase 6 | ||
|
||
> version 2.2.x | ||
- [ ] Edge Test | ||
|
||
### Phase 5 | ||
|
||
> version 2.1.x | ||
- [ ] Synchronize local data with blockchain | ||
- [ ] Tokens query & send Transaction | ||
|
||
### Phase 4 | ||
|
||
> version 2.0.x | ||
- [ ] auto locked setting. | ||
- [ ] multi layer position used message report chain . like firefox logic. | ||
- [ ] fixed unreaded login fields | ||
|
||
--- | ||
|
||
## Firefox | ||
|
||
### Phase 3 | ||
|
||
> version 0.8.x | ||
- [ ] auto locked setting. | ||
- [ ] inteligente web3 or eth-utils for query token | ||
- [ ] persistence ethereum network state |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 下載 & 安裝擴展程式 | ||
|
||
## 谷歌瀏覽器 | ||
|
||
**當前版本:2.0.0** | ||
|
||
> 訪問谷歌程式商店,請點擊 [[BPassword For Chrome](https://chrome.google.com/webstore/detail/bpassword/bacldcokcfmemiljlckpeokehiloamcj)]安裝. | ||
> 通過 [Github]() 下載安裝. | ||
## Firefox 瀏覽器 | ||
|
||
**當前版本:0.7.0** | ||
|
||
> Firefox 瀏覽器渠道安裝 [AMO Download](https://addons.mozilla.org/zh-CN/developers/addon/bpassword/versions/5142518) |