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

Ability to add personal notes for recipients #34

Open
Daskott opened this issue Jan 15, 2022 · 0 comments
Open

Ability to add personal notes for recipients #34

Daskott opened this issue Jan 15, 2022 · 0 comments

Comments

@Daskott
Copy link
Owner

Daskott commented Jan 15, 2022

User can add multiple notes. Each note has a trigger e.g. Send note to emergency contact after 1hour/30days of being unavailable.

Use cases:

  • Send personal note to loved ones - doesn't contain any secrets
  • Share encrypted content(for which the recipient has the key) - which could have passwords etc
  • The note can contain information on what to do if user is no longer available 😢

Investigation

  • Look into storing public key pair for users to handle encryption of personal messages ?
    • The server can store the public key & then make the user download the private key. I.e emergency contacts will need to have key pair generated for them. And the message will be encrypted using the recipients public key.
    • The author of the message will also have a copy encrypted with their public key so they can update the message whenever they want.
@Daskott Daskott changed the title Ability to add notes: Ability to add personal notes for recipients Jan 15, 2022
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

No branches or pull requests

1 participant