-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels