oxur / rucksack

A terminal-based secrets manager, generator, and importer/exporter (Firefox, Chrome) backed with a concurrent hashmap
Apache License 2.0
12 stars 1 forks source link

Enrich credentials, kinds, and definition of uniqueness #65

Closed oubiwann closed 1 year ago

oubiwann commented 1 year ago

Add:

Also update Kind to include:

Distinguish between username/password and account/username/password:

Add migrations for these:

Update ID to reflect these changes, allowing for similar secrets to exist (e.g., same user, same URL, but different company, etc.):

Flag updates for CRUD, listing, and export operations:

Cleanup:

oubiwann commented 1 year ago

Calling this done.