Forgot your password?
typodupeerror

Comment Re:Another side problem (Score 1) 61

Yes. We need to stop building software as cheaply as possible and put in actually resilient security. We know how to do that, the industry is just completely incapable of self-regulating. Hence we need liability, qualification requirements and unpleasant punishments for screwing up. Incidentally, that is how all other engineering disciplines made it to maturity. IT will not be different.

Comment Re:Not completely safe (Score 1) 101

That's not how it works, there is no way it would create a list of places you have verified yourself to, there is nothing to steal.

Android and iOS already have systems like this for apps that require security, such as some banking ones. The app can ask the OS to check that it has not been tampered with. People who root/jailbreak often find that such apps stop working.

Nothing is recorded, it's just an API call that returns a yes/no response to the question "is the system in a secure state?"

Similarly, the EU's app returns a yes/no response to the question "is the user over 13/15/18?" The app calling the API decides which age it requires.

There is no identifier, nothing leaves your device, there is no record of the API call (at least not in the EU app, which is open source), nothing to steal.

I suppose in theory someone could steal the EU's signing keys and make their own fake version of the app with logging, but if you are worried about that you better throw your phone away because the same fear applies to all the other apps, including the web browser, and your SIM card, and the OS updates. Some years ago British "security" service MI5 stole SIM private keys from manufacturers. We also know that US security intercepts hardware during shipping to install backdoors, so unless you got your phone from the factory in China... Who you presumably think already backdoored it anyway.

Slashdot Top Deals

I consider a new device or technology to have been culturally accepted when it has been used to commit a murder. -- M. Gallaher

Working...