▲ | 0xbadcafebee 3 days ago | ||||||||||||||||
Simplest possible, least invasive, most secure thing I can think of: QR code on the router with the CA cert of the router. Open cert manager app on laptop/phone, scan QR code, import CA cert. Comms are now secure (assuming nobody replaced the sticker). The crazy thing? There is already two WiFi QR code standards, but they do not include the CA cert. There's a "Wi-Fi Easy Connect" standard that is intended to secure the network for an enterprise, and there's a random Java QR code library that made their own standard for just encoding an access point and WPA shared key (and Android and iOS both adopted it, so now it's a de-facto standard). End-user security wasn't a consideration for either of them. With the former they only cared about protecting the enterprise network, and with the latter they just wanted to make it easier to get onto a non-Enterprise network. The user still has to fend for themselves once they're on the network. | |||||||||||||||||
▲ | varjag 2 days ago | parent | next [-] | ||||||||||||||||
This is a terrible solution. Now you require an Internet connection and a (non-abandoned) third party service to configure a LAN device. Not to mention countless industrial devices where operators would typically have no chance to see QR code. | |||||||||||||||||
| |||||||||||||||||
▲ | lazide 3 days ago | parent | prev | next [-] | ||||||||||||||||
Have you seen the state of typical consumer router firmwares? Security hasn’t been a serious concern for a decade plus. They only stopped using global default passwords because people were being visibly compromised on the scale of millions at a time. | |||||||||||||||||
| |||||||||||||||||
▲ | dcow 2 days ago | parent | prev | next [-] | ||||||||||||||||
Your router should use acme with a your-slug.network.home (a communal one would be nice, but more realistically some vendor specific domain suffix that you could cname) domain name and then you should access it via that, locally. your router should run ideally splitbrain dns for your network. if you want you can check a box and make everything available globally via dns-sd. | |||||||||||||||||
▲ | abtinf 2 days ago | parent | prev [-] | ||||||||||||||||
Wouldn't that allow the router to MITM all encrypted data that goes through it? | |||||||||||||||||
|