810
I love my smart TV (From Mastodon) - Repost
(lemmy.ml)
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
I have heard that some TVs attempt to connect to every WiFi they can find using default credentials even if you never connect it yourself
Wifi doesn't have default credentials any more... These days, there's legislation (at least in California) that requires default passwords to be randomly generated, but it's recommended to have no default password at all and instead prompt the user for a password when setting up the device.
That's why some access points have the default password either printed on the box or on the bottom of the device.
They'll just connect via yourneighbors' smart tv
i wonder if they were dumb enough to just use algorithms based on mac or the default ssid or something.. so if you knew the scheme and knew the password composition (characters used, or wordlist, whatever), you could come up with the 'default' password for a wifi point.
Companies are probably doing the easiest thing, and it seems easier to make it completely random. I can imagine something very basic like a giant spreadsheet of all the devices being produced, and running some formula to enter a random value into every cell in a particular column.
but then they have to keep that data--and you just know they keep all those passwords. (support call... q:i dunno what the password is/can't read the sticker. a:gimme x or y off your unit, and i'll look it up for you).
but if they do it programmatically, all they'd need is the code to recreate any password if given the constant used to create it (the ssid or mac or sn, for instance).
hopefully they would use something that can't be obtained off the wifi broadcast, like the sn on the unit.
Hmm, yeah, good point. It could be based off a hash of the serial number or something similar.
Oh yeah, that makes sense, thanks!