https://github.com/rmlzy/passworder
A Simple Password Manager
https://github.com/rmlzy/passworder
electron-app password-manager vue-app
Last synced: about 1 month ago
JSON representation
A Simple Password Manager
- Host: GitHub
- URL: https://github.com/rmlzy/passworder
- Owner: rmlzy
- Created: 2020-08-14T00:50:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T05:33:16.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T23:50:04.772Z (about 1 month ago)
- Topics: electron-app, password-manager, vue-app
- Language: JavaScript
- Homepage:
- Size: 2.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 密码管理器
> A Simple Password Manager
[点击下载 MacOS 版本](https://github.com/rmlzy/passworder/releases/download/v1.1/passworder.app.zip)
相关文章: [花了半天时间, 实现了一个简易的密码管理器](http://poppython.com/blog/passworder-released.html)
## 预览
## 开发
```shell script
git clone https://github.com/rmlzy/passworder.git
cd passworder# 注意不要使用 cnpm
npm inpm run dev
```## 打包
```shell script
npm run build:dir
```## TODO
+ [ ] 支持自定义路径
+ [ ] 支持多语言
+ [ ] 支持 Windows 系统
+ [ ] 支持 Linux 系统
+ [ ] 随机密码生成逻辑## LICENSE
MIT