Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vault System MVP #58

Open
dallen4 opened this issue Dec 2, 2023 · 1 comment
Open

Vault System MVP #58

dallen4 opened this issue Dec 2, 2023 · 1 comment
Labels

Comments

@dallen4
Copy link
Owner

dallen4 commented Dec 2, 2023

Overview

To streamline repeat secret-sharing and simplify the UX, it would be good to have a device-level vault that stores secrets using password-based encryption. This would allow users to have secrets more readily available to drop.

Requirements

  • encrypted read/write to device data store
    • IndexedDB, fallback to local storage
  • implement UI for creating and managing vaults
@dallen4 dallen4 added the feature label Dec 2, 2023
@dallen4 dallen4 changed the title Vault Device Vault Jan 3, 2024
@dallen4 dallen4 changed the title Device Vault Vault System Aug 12, 2024
@dallen4
Copy link
Owner Author

dallen4 commented Aug 12, 2024

Updates

  • Vault system will support multiple vaults on a device
  • CLI implementation will be done using SQLite variant, libsql

@dallen4 dallen4 changed the title Vault System Vault System MVP Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant