mirror of
https://github.com/NdoleStudio/httpsms.git
synced 2026-04-25 19:06:01 +03:00
[GH-ISSUE #335] Support end-to-end encryption #48
Labels
No labels
In Review
documentation
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/httpsms#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @michnovka on GitHub (Jan 18, 2024).
Original GitHub issue: https://github.com/NdoleStudio/httpsms/issues/335
I think there should be an option to enable e2e for received SMS. I.e. all the payload is encrypted using a secret on the mobile phone, and can be decrypted by the webhook notification only, which knows the secret. HTTPSMS server will not know anything about the SMS content
@AchoArnold commented on GitHub (Jan 18, 2024):
Hello @michnovka
I'm open to this. If you have a PR with the functionality I'll review it. Although I wonder if privacy is a concern, isn't it better to create your own backend server so you don't use httpsms at all?
@michnovka commented on GitHub (Jan 18, 2024):
Hi @AchoArnold , I will in the end go for the self hosted solution, but I mean this as a business idea for you. Not having e2e is basically the MAIN reason why I will self-host in the end, if you had this I would have ended using your servers and possibly paying.
For that reason also, I will not make a PR for this, as I currently have no time and as you mentioned, self-hosting addresses my issues.
Just an idea for a feature that might increase the % of people not defaulting to self-hosting and converting into paying customers.
Cheers
@AchoArnold commented on GitHub (Jan 19, 2024):
I like the idea. It sounds like a fun weekend project.
@AchoArnold commented on GitHub (Jan 21, 2024):
It's done. I had a great time learning about AES encryption 🚀
@michnovka commented on GitHub (Jan 21, 2024):
Thanks!