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

Create an "encrypted" Repository #193

Open
ryardley opened this issue Dec 2, 2024 · 0 comments
Open

Create an "encrypted" Repository #193

ryardley opened this issue Dec 2, 2024 · 0 comments
Labels
Ciphernode Related to the ciphernode package enhancement New feature or request

Comments

@ryardley
Copy link
Contributor

ryardley commented Dec 2, 2024

Currently we need to separately encrypt and save data here:

in keyshare:
https://github.com/gnosisguild/enclave/blob/95af527d03cb4ccc760d30aad4a3d2761d7c15ba/packages/ciphernode/keyshare/src/keyshare.rs#L54C1-L54C62

In net:
https://github.com/gnosisguild/enclave/blob/ry/180-save-keypair/packages/ciphernode/net/src/network_manager.rs#L78-L92

In the commands:

https://github.com/gnosisguild/enclave/blob/main/packages/ciphernode/enclave/src/commands/wallet/set.rs#L9-L16

We also have a PR in the works for encapsulating stored data as auto persistable: #189

We should probably create an encrypted repository to automatically encrypt data sent and received from it to it using a given cipher and have that available on the repositories object.

@ryardley ryardley changed the title Create an "encrypted" repository Create an "encrypted" Repository Dec 2, 2024
@ryardley ryardley added enhancement New feature or request Ciphernode Related to the ciphernode package labels Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ciphernode Related to the ciphernode package enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant