https://github.com/avelex/passwordme
🦁 tiny cross-platform password manager
https://github.com/avelex/passwordme
golang password password-manager passwords reactjs security wails
Last synced: 3 days ago
JSON representation
🦁 tiny cross-platform password manager
- Host: GitHub
- URL: https://github.com/avelex/passwordme
- Owner: avelex
- License: mit
- Created: 2023-05-15T16:49:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T05:46:03.000Z (over 2 years ago)
- Last Synced: 2024-12-12T15:02:16.576Z (about 1 year ago)
- Topics: golang, password, password-manager, passwords, reactjs, security, wails
- Language: Go
- Homepage:
- Size: 1.37 MB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# PasswordME
PasswordME is a tiny cross-platform password manager, which can generate passwords for different services using your favorite password
**The key features:**
- hack-resistant
- determented
- on-flight generation
- save password in encrypt file (soon)
## Overview

## Screenshots

## Problem
I'm sure most of us have one good password that we came up with once and now use everywhere, in all services.
Clearly this is a bad thing.
With the streamlining of technology, hackers are finding more and more vulnerabilities in the security systems of the biggest companies, let alone the smaller ones. That's why we often hear about a database leak.
And now imagine if your only "good" password was leaked in some database. I think you know what a malicious person can do with it.
**PasswordME will help to solve this problem.**
## Implementation Status
- [x] Fyne GUI v1
- [x] On-Flight Generation
- [x] Passwords Repository
- [x] Save just-generated password
- [x] React GUI v2
- [ ] PasswordME CLI v1
## Installing
```
go install github.com/wailsapp/wails/v2/cmd/wails@latest
git clone https://github.com/avelex/passwordme
cd passwordme/
make build
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.