Google Releases Open Source Framework For Building 'Enclaved' Apps For Cloud (arstechnica.com)
An anonymous reader quotes a report from Ars Technica: Today, Google is releasing an open source framework for the development of "confidential computing" cloud applications -- a software development kit that will allow developers to build secure applications that run across multiple cloud architectures even in shared (and not necessarily trusted) environments. The framework, called Asylo, is currently experimental but could eventually make it possible for developers to address some of the most basic concerns about running applications in any multi-tenant environment. Container systems like Docker and Kubernetes are designed largely to allow untrusted applications to run without exposing the underlying operating system to badness. Asylo (Greek for "safe place") aims to solve the opposite problem -- allowing absolutely trusted applications to run "Trusted Execution Environments" (TEEs), which are specialized execution environments that act as enclaves and protect applications from attacks on the underlying platform they run on.
I read that as "enslaved" at first. Which is a good metaphor for the cloud: your data, held hostage on someone else's computer.
i'm exceedingly interested in trying this out for a few months until google pulls the plug and discontinues it.
Which are less secure than true vms. There's a reason companies that care about security use real vms instead.
....you just invented Java!
Tracking id that they have built into a standard for malware protection
Sudden discontinuation of promoted products
Changes in access policy and price structures after adoption
The raping of YouTube content makers
and on and on and on
Google needs to be disassembled like Bell was
How's this software solution any better than Intel's hardware solution?
Google releasing a framework for "confidential cloud" software? On a similar note, an industry consortium of wolves have announced a secure highway for chickens.
If when using their "confidential cloud"?
That kind of got me thinking. What would happen if Netcraft died?
Confucius say, "Find worm in apple - bad. Find half a worm - worse."
Google has realized they need to get back their control over Android, and DRM is their golden ticket. So what is TEE and pals?
Each CPU has a burned in public key. A publisher can encrypt binary specifically for the public key of yours, and such a blob will run only and only on a CPU with burned in private key, like sort of smartcard on steroids. This can be paired with remote attestation and what not, but it's no different from, say, CPU, acting as your SIM card (which is actually one of such use cases). In smart card industry we call this a "secure element".
While not "mandatory" now, it starts to creep in. The google safenet feature which uses this can now attest to applications whether the device supports TEE or not, and vendors slowly nudge into buying DRM capable devices through planned obsolescence.
Can this be broken? Of course, this isn't legit ZK computing with actual grounds in cryptography. It's semantically no different from a smart card, and you can dump your private key with enough effort. Needless to say, if you distribute a jailbreak consisting of emulator for a key of some CPU, the simcard will be prompty blacklisted and all "cloud" features cease to function (ie works only to fool applications which stay offline).
Why is that bad? The computer is no longer yours. Jailbreaks become pretty much infeasible and you have zero control over what's running on your device, only the CPU vendor has full control over "ring -2". A perfect walled garden, and ranchers have the perfect cattle marking stamps too.