An open API service indexing awesome lists of open source software.

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.

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.