This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Encryption #6
Comments
Would libsodium suffice? |
libsodium would be an excellent choice. I came here to suggest authentication, because, currently, anyone who knows my service's name (which does not seem to be guaranteed to be private) can subscribe to read my (private) notifications), but end-to-end encryption with a symmetric key would be even better. |
As a suggestion, encryption could work like this:
I think that would work pretty well. How does that sound? |
I have added a PR that implements the above proposal, minus the actual encryption (since that requires client changes as well). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd like to suggest end-to-end encryption from the android app to the server and vice versa! I feel like this is an important feature given that the android app uses GCM.
The text was updated successfully, but these errors were encountered: