https://github.com/riadafridishibly/vault-app
Vault App - Keep your secrets secret (Golang + React)
https://github.com/riadafridishibly/vault-app
encryption golang react reactjs wails
Last synced: 5 months ago
JSON representation
Vault App - Keep your secrets secret (Golang + React)
- Host: GitHub
- URL: https://github.com/riadafridishibly/vault-app
- Owner: riadafridishibly
- Created: 2022-10-22T22:18:00.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-06T10:10:56.000Z (over 3 years ago)
- Last Synced: 2024-11-12T12:58:06.160Z (over 1 year ago)
- Topics: encryption, golang, react, reactjs, wails
- Language: TypeScript
- Homepage:
- Size: 3.27 MB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vault App
Keep your secrets secret.
## Screenshots






## Features to implement
- [x] Random Password Generator
- [x] Password Manager
- [ ] Secure Notes (Encrypted)
- [ ] Encrypt Files / Directories
## TODO
- Remove all things from `routes.ts` file
- Mangage all routes in `createHashRouter` function
- Improve UI for master password entry
- Add validation when registering for the first time
- User should be able to update the master password
- It requires re-encrypting all the private keys with the new master password
- Show error when no active age key found
### Authentication
- [x] Master key
- [x] Encrypt other keys with the master key
- [ ] Adding a key requires entering the master key
- [ ] UI for the master key!