https://github.com/gitkashish/kosh
A CLI password manager, that keeps your credentials safe and secure.
https://github.com/gitkashish/kosh
Last synced: 9 months ago
JSON representation
A CLI password manager, that keeps your credentials safe and secure.
- Host: GitHub
- URL: https://github.com/gitkashish/kosh
- Owner: gitKashish
- Created: 2025-09-28T15:04:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-28T19:01:15.000Z (9 months ago)
- Last Synced: 2025-09-28T20:44:27.636Z (9 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pluto-Vault
## Requirements
#### CRUD
- Create a credential entry. DONE
- Fetch existing credential entry.
- Update old credential entry. DONE
- Delete existing credential entry.
- Dump all data as a JSON file.
#### Encryption
- Use a public key to create, entries.
- Use a private key to fetch, update or delete entries.
- use ECC
### Command Structure
- `init` : Setup kosh vault. Ask user for master password and initialize cypto data.
- `add` : Start interactive session to add a new credential. Update credential if it already exists.