Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
Cloud

VMware Releases Open Source Cloud Foundry 91

Julie188 writes "VMware shook the cloud world with an announcement that it was releasing an open source platform-as-a-service called Cloud Foundry. Not surprisingly, the new cloud platform takes direct aim at Microsoft's Azure and Google's Google Apps platforms. Cloud Foundry is made up of several technologies and products that VMware has acquired over the recent past and is released under an Apache 2 license. While VMware isn't the first-and-only player to launch an open source cloud initiative (Red Hat has DeltaCloud, Rackspace and Dell have OpenStack), some believe that with VMware now in the open source cloud business, pressure could be mounting for Microsoft and Google to release versions of their cloud that could be hosted somewhere other than their own data centers."

Comment Re:DRM fails (Score 2) 217

Here's my theory as to how it works:

The CPU generates a session key, encrypts it using the video site's public key (which comes from a certificate signed by Intel which is verified by the CPU) and sends this encrypted session key to the video site.

The video site then decrypts the encrypted session key using their private key, and then uses the session key to encrypt the video stream.

The CPU then takes the encrypted video stream, decrypts it with the session key, then produces an HDCP stream[1] which is sent out over the video ports.

All you need for this is instructions for:
- init_session(certificate_signed_by_intel) -> (context, session_key_encrypted_by_cert_public_key)
- convert_stream_block_to_hdcp(context, encrypted_stream_block) -> hdcp_stream_block

and since the session key never leaves the CPU unencrypted, and the stream is never emitted unencrypted there's nothing to tap.

[1]: yes HDCP is broken, but Intel barely admits that.

Comment Re:Go read your history kid (Score 3, Insightful) 385

"When the government stops using its authority to make things secret to largely cover up fraud, waste, abuse of power..."

That is at the heart of this war. The US government and military have abused their ability to classify information to the point that classification has become meaningless.

"Secrecy is a tool of evil, pure and simple."

I don't agree here. Classification of information is essential to any government or military (to a point). Unless your ultimate goal is to get rid of government altogether, but that is a different discussion.

Comment Re:Internet war? No it's more dangerous than that. (Score 4, Insightful) 385

I agree that supporting Wikileaks in any capacity right now is one of the more dangerous things we can do. I have made small donations, so I'm probably under the Witch Hunt radar for now, but I really wonder how surprised I would be to have Feds knocking on my door over the holidays. The US government has acted more like North Korea than I ever would have expected and I think it has taken many by surprise. This just means that the US government will do some serious damage before the people en masse get a clue and try to stop it.

The one thing that I hope comes from all of this damage is that the US government and military stop abusing their ability to classify information.

Slashdot Top Deals

"Ada is PL/I trying to be Smalltalk. -- Codoso diBlini

Working...