Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruter/pwdkeeper
A little tool to keep your password.
https://github.com/ruter/pwdkeeper
Last synced: about 1 month ago
JSON representation
A little tool to keep your password.
- Host: GitHub
- URL: https://github.com/ruter/pwdkeeper
- Owner: ruter
- License: mit
- Created: 2015-10-26T02:21:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T11:03:34.000Z (about 9 years ago)
- Last Synced: 2024-10-18T22:44:43.726Z (2 months ago)
- Language: JavaScript
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pwdKeeper
A little tool to keep your password.---
这是一个[NW.js](https://github.com/nwjs/nw.js)项目。
界面是用[FullscreenLayoutPageTransitions](https://github.com/codrops/FullscreenLayoutPageTransitions)修改而成的。
数据加密用的是`CryptoJS`,Google Code地址在[这里](https://code.google.com/p/crypto-js/)。
操作提示用的是`iosOverlay`,[Github主页](http://taitems.github.io/iOS-Overlay/)。
复制到剪贴板没有用`ZeroClipboard`,有一个很好的替代品叫`clipboard.js`,看看这个项目主页写的简介:
>No Flash. No dependencies. Just 2kb它不用flash即可完成网页上复制内容到剪贴板的功能。[>>传送门](https://zenorocha.github.io/clipboard.js/)
---
**代码和注释很凌乱,目前这个项目(如果能算得上是项目的话)就暂时这样了 :)**