Like it or not, artificial intelligence has become part of daily life. Many devices — including electric razors and toothbrushes — have become AI-powered," using machine learning algorithms to track how a person uses the device, how the device is working in real time, and provide feedback. From asking questions to an AI assistant like ChatGPT or Microsoft Copilot to monitoring a daily fitness routine with a smartwatch, many people use an AI system or tool every day.
While AI tools and technologies can make life easier, they also raise important questions about data privacy. These systems often collect large amounts of data, sometimes without people even realizing their data is being collected. The information can then be used to identify personal habits and preferences, and even predict future behaviors by drawing inferences from the aggregated data.
An assistant professor of cybersecurity at West Virginia University, studies how emerging technologies and different types of AI systems manage personal data and how we can build more secure and privacy-preserving systems for the future.
are you really forced to use banking and digital id apps, though? what country is that?
France and, yep, depending the bank (I have multiple), they all push you to use the app but some will not even allow you to open an account without the app. Even traditional banks will push hard to use the heir app, I mean.
Digital ID is not mandatory yet, but using online services can be a lot simpler using some sort of IDying and, at the very least, one better have 2FA, or something better, configured on the phone for any type of access that is worth securing.
ok, but requiring standard TOTP 2FA is one thing. that can be perfectly privately and without any real issue. but that and mandating the usage of an app with built in snitching and which refuses to work on non google-approved devices are different things.
I see at least three issues: the extra cost, the extra layer of complexity it introduces, and the almost complete loss of autonomy it creates. Exactly like with public transits in many places switching to digital tickets instead of paper ones, save that it’s much worse when it concerns our ID and personal security/authentication.
That would not be an issue at all if there was no requirement/expectation to use any phone or device of any kind to begin with. To me, that’s the real point worth considering but it’s also a point very few are actually willing to consider because ‘technology is always the solution, never the issue’ ;)
I don’t see the first 2 issues. it is very easy to implement code based 2FA, both on server side and client side. it also has a lower maintenance, because it doesn’t need anothet API endpoint that the app can send data to. it is less complex, even if we don’t account for whatever crosscheck the backend does with play integrity servers.
the 3rd one I don’t understand. the government shouldn’t have autonomy over my phone. but probably I misunderstood this one
hmm. does your place have physical government offices, where you can get a paper ticket to an administator? do they also require you to use their shitty app? if yes and no, then technically it is not a requirement, but it’s intentionally very complicated and time consuming to go without the app
I think the play integrity bullshit is also a big issue. it literally prevents people, anyone, from showing their backs to these corpo scumbags (google and the manufacturers)
source on how easy it is to implement 2FA: https://drewdevault.com/2022/10/18/TOTP-is-easy.html