On Fri, Jul 8, 2016, at 10:38 PM, bancfc@openmailbox.org wrote:
On 2016-07-08 18:53, Nathan Freitas wrote:
I've been working on some ideas about using Tor to secure "internet of things", smart devices other than phones, and other home / industrial automation infrastructure. Specifically, I think this could be a huge application for Tor Hidden Services and Onion sites configured with Hidden Service Authentication and "stealth" mode.
Earlier this year, I published some ideas on the subject here https://github.com/n8fr8/talks/blob/master/onion_things/Internet%20of%20Onio... showing how you could use Orbot and IP Camera apps to build a cloud-free Tor-secured "Dropcam" style setup.
Nice! An interesting Orbot feature to have is making QR Codes of authenticated Hidden Service info so mobile devices can easily add each other to a trusted network.
That is a great idea. I am thinking of writing a module for the Home Assistant platform that would handle the tor install and setup, and it could autogenerate this QRcode as well.
Any thoughts on a format? torhs://clientname:authcookie@foo.onion looks decent.
On 2016-07-09 15:39, Nathan Freitas wrote:
On Fri, Jul 8, 2016, at 10:38 PM, bancfc@openmailbox.org wrote:
On 2016-07-08 18:53, Nathan Freitas wrote:
I've been working on some ideas about using Tor to secure "internet of things", smart devices other than phones, and other home / industrial automation infrastructure. Specifically, I think this could be a huge application for Tor Hidden Services and Onion sites configured with Hidden Service Authentication and "stealth" mode.
Earlier this year, I published some ideas on the subject here https://github.com/n8fr8/talks/blob/master/onion_things/Internet%20of%20Onio... showing how you could use Orbot and IP Camera apps to build a cloud-free Tor-secured "Dropcam" style setup.
Nice! An interesting Orbot feature to have is making QR Codes of authenticated Hidden Service info so mobile devices can easily add each other to a trusted network.
That is a great idea. I am thinking of writing a module for the Home Assistant platform that would handle the tor install and setup, and it could autogenerate this QRcode as well.
Any thoughts on a format? torhs://clientname:authcookie@foo.onion looks decent.
Yes this looks good but I think changing the URI to tor:// should be enough since there aren't different types of Tor only locations?
Nathan Freitas nathan@freitas.net writes:
Any thoughts on a format? torhs://clientname:authcookie@foo.onion looks decent.
FWIW, txtorcon uses "onion:gobbldefoo.onion" for server-side endpoints. This is a somewhat different use-case (Twisted endpoint strings) so perhaps it's actually bad if they're the same, but the "onion:" prefix I think fits with the push to call these things Onion Services (instead of "hidden services") too...
Nathan Freitas nathan@freitas.net writes:
Any thoughts on a format? torhs://clientname:authcookie@foo.onion looks decent.
You probably want to coordinate with ricochet if it doesn't already have such QR sharing feature.