-
-
Notifications
You must be signed in to change notification settings - Fork 728
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
support rich, secure remote notifications #21
Comments
related to #20 which might be more viable |
|
This library looks good for background email sending: https://github.com/yesidlazaro/GmailBackground |
The app allows you to now enable remote access through an HTTP web interface that is available, in coordination with the Orbot Tor for Android app, as a Tor Hidden or "onion" service.
I think that the Onion/HS is definitely the way to go here, but I do want to add the ability to sync via onion between two PhoneyPot apps. This isn't hard, and it means you can essentially "pair" two phoneypots, with one polling the other at a configurable interval, to synchronize any events that are detected. We will still support the onion web interface, as well, for accessing from Tor Browser Desktop, Onion Browser iOS, etc. Also, will be adding a password-based auth mechanism for now, since Authenticated Onions aren't well supported yet on desktop or iOS browsers. |
In case it becomes useful and you probably know this, but there's this TextSecure library and command line tool that INTERLOCK uses to make a minimal Signal client. |
Interesting - had not seen that! We are using a fork of signal-cli for now, and it seems to be working well. |
Just linking here my Briar suggestion from #344. Incidentally, why no XMPP support (yet)? With E2E encryption it offers superior security to signal (choice of and control over server so better metadata protection, no leaking of phone numbers, choice of client, etc.) and is not particularly difficult to implement. |
The text was updated successfully, but these errors were encountered: