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

Init/basic encryption #10

Merged
merged 10 commits into from
Nov 25, 2021
Merged

Init/basic encryption #10

merged 10 commits into from
Nov 25, 2021

Conversation

jtcooper10
Copy link
Owner

No description provided.

- Modified vault creation/updates to use a PouchDB attachment rather than key-value
- Added `--in-memory` CLI arg
- Replaced abstract methods in `CommandServer` with concrete implementations
- Moved shell-specific methods to `ShellCommandServer`
- Added `readline` interface that can be silenced
- Added `encryptionKey` to interface for vault creation
- Added `configurePlugins` function to attach plugins and do type assertions
- Modified database types to incorporate plugin types
- Fixed a bug where syncing with remote vault was cleartext
  - Fix: use specialized plugin function instead of intercepting contents
- Added `getDerivedKey` method to share between commands
- Changed key to be a required parameter for `VaultService#onCreateVault`
- Added `vault login` to reset password
- Added friendlier error message on failure to decrypt
@jtcooper10 jtcooper10 merged commit 6889256 into develop Nov 25, 2021
@jtcooper10 jtcooper10 deleted the init/basic-encryption branch December 19, 2021 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant