<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Porticor Cloud Security</title>
	
	<link>http://www.porticor.com</link>
	<description>Cloud Security &amp; Cloud Encryption Solutions from Porticor</description>
	<lastBuildDate>Sun, 16 Jun 2013 07:43:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Cloud-Silver-Lining" /><feedburner:info uri="cloud-silver-lining" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><image><link>http://www.porticor.com/</link><url>http://www.porticor.com/wp-content/uploads/2011/01/Porticor-Logo-OnWhiteBG-small.png</url><title>Porticor on Cloud Security</title></image><feedburner:emailServiceId>Cloud-Silver-Lining</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Cloud Encryption as a best practice for HIPAA compliance</title>
		<link>http://feedproxy.google.com/~r/Cloud-Silver-Lining/~3/na_pQ1HQxok/</link>
		<comments>http://www.porticor.com/2013/06/cloud-encryptionhipaa-compliance/#comments</comments>
		<pubDate>Thu, 13 Jun 2013 14:49:18 +0000</pubDate>
		<dc:creator>Gilad Parann-Nissany</dc:creator>
				<category><![CDATA[Cloud Security, Cloud Encryption and Cloud Key Management]]></category>
		<category><![CDATA[Cloud Encryption]]></category>
		<category><![CDATA[Cloud Key Management]]></category>
		<category><![CDATA[HIPAA]]></category>

		<guid isPermaLink="false">http://www.porticor.com/?p=5158</guid>
		<description><![CDATA[<p>Suppose you are a cloud-based software provider in the healthcare space, you are mulling the impact of  HIPAA (Health Insurance Portability and Accountability Act) on your business, and specifically the need for encryption. Since HIPAA imposes both obligatory rules and sometimes significant fines, this is a serious issue. The HIPAA rules state that the use [...]</p><p>The post <a href="http://www.porticor.com/2013/06/cloud-encryptionhipaa-compliance/">Cloud Encryption as a best practice for HIPAA compliance</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.porticor.com/2013/06/cloud-encryptionhipaa-compliance/"><img class="alignleft size-full wp-image-4682" alt="HIPAA Cloud Key Management Cloud Encryption  Holding the key 150X100 Cloud Encryption as a best practice for HIPAA compliance" src="http://www.porticor.com/wp-content/uploads/2012/12/Holding-the-key-150X100.jpg" width="150" height="100" title="HIPAA Cloud Key Management Cloud Encryption  Holding the key 150X100 Cloud Encryption as a best practice for HIPAA compliance" /></a>Suppose you are a cloud-based software provider in the healthcare space, you are mulling the impact of  <a href="http://www.hhs.gov/ocr/privacy/hipaa/understanding/index.html" target="_blank">HIPAA</a> (Health Insurance Portability and Accountability Act) on your business, and specifically the need for encryption. Since HIPAA imposes both obligatory rules and sometimes significant fines, this is a serious issue.</p>
<p>The HIPAA rules state that the use of encryption is <a href="http://www.hhs.gov/ocr/privacy/hipaa/faq/securityrule/2001.html" target="_blank">not</a> “mandatory” but “addressable”. This means you are allowed to evaluate whether it is really needed, and can implement an alternative so long as you document the rationale. If you search the web, you will quickly discover that, while encryption is indeed not mandatory, it is seen by most experts as a great way to lower your risk and exposure to fines. For this reason, encryption is considered the best practice, and most implementations of healthcare software do decide in favor of encryption.</p>
<p>As always, the devil is in the details. How does one do a strong implementation of encryption for a healthcare scenario in the cloud? There are several areas to consider</p>
<ul>
<li>Protecting the storage medium, such as virtual disks</li>
<li>Protecting individual information fields or database “columns” that have especially sensitive information</li>
<li>Protecting encryption keys</li>
</ul>
<h3>Threat vectors</h3>
<p>The real questions to ask are about “threat vectors”; in plain English: who are the bad guys and how do they operate?</p>
<p>One major threat vector is from people who have maliciously entered your cloud account, and are now moving around in the account and doing standard operations that you thought only you could do. Such a person could be a “cloud insider” – someone who works at your cloud provider; or it could be a “black hat” who stole your credentials to enter your cloud account. Such people can do significant damage.</p>
<p>For example, it is easy in this scenario to “snapshot” a complete disk and steal a copy without anyone noticing. This threat vector is usually mitigated by full disk encryption and/or full file encryption.</p>
<p>Such an attacker could also choose to damage your virtual disk – detach it or overwrite it. Mitigation can be achieved by creating regular backup snapshots, which many clouds support. The backup snapshots should also be encrypted – to avoid copying as in the previous example.</p>
<p>Another major threat vector is from attackers who have stolen the credentials of an application administrator (or perhaps an administrator “gone bad”). Such credentials can allow the attacker to – for example – query the database for sensitive health information. Mitigation can be achieved by encrypting the most sensitive data fields so they are not available to the administrator. Typically you want administrators to be able to do support work without seeing the names of individual patients in the database.</p>
<p>We must also consider the cunning crook that will attack you through your encryption keys. This is especially tricky in the cloud – if you store your encryption keys in the cloud, the crook may steal them and then decrypt your disks or fields. This actually gets around all the previous safety measures. Because of the seriousness of this attack, a solution is required by the rules. Fortunately, this challenge can be mitigated by split-key encryption (read more about it in <a href="http://www.porticor.com/porticor-key-management-white-paper/">this white paper</a>).</p>
<h3>What do you really need?</h3>
<p>The minimum implementation is full disk encryption together with cloud-enabled key management. If you do that, you are off to a good start. As your business grows, you will find that you also want to address the administrator threat vector, and implement field-level encryption. You are advised to choose a <a href="http://www.porticor.com/">solution</a> that will address all of these requirements, and can do so either all at once or one step at a time.</p>
<p>The post <a href="http://www.porticor.com/2013/06/cloud-encryptionhipaa-compliance/">Cloud Encryption as a best practice for HIPAA compliance</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=na_pQ1HQxok:qe-WTGgCkIE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=na_pQ1HQxok:qe-WTGgCkIE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=na_pQ1HQxok:qe-WTGgCkIE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=na_pQ1HQxok:qe-WTGgCkIE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=na_pQ1HQxok:qe-WTGgCkIE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=na_pQ1HQxok:qe-WTGgCkIE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=na_pQ1HQxok:qe-WTGgCkIE:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Cloud-Silver-Lining/~4/na_pQ1HQxok" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.porticor.com/2013/06/cloud-encryptionhipaa-compliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.porticor.com/2013/06/cloud-encryptionhipaa-compliance/</feedburner:origLink></item>
		<item>
		<title>Cloud Encryption: How to choose an IaaS encryption solution</title>
		<link>http://feedproxy.google.com/~r/Cloud-Silver-Lining/~3/c-vxn1qlY-U/</link>
		<comments>http://www.porticor.com/2013/05/cloud-encryption-iaas/#comments</comments>
		<pubDate>Mon, 27 May 2013 11:00:34 +0000</pubDate>
		<dc:creator>Ariel</dc:creator>
				<category><![CDATA[Cloud Security, Cloud Encryption and Cloud Key Management]]></category>
		<category><![CDATA[Cloud Encryption]]></category>
		<category><![CDATA[Cloud Key Management]]></category>
		<category><![CDATA[Cloud Security]]></category>

		<guid isPermaLink="false">http://www.porticor.com/?p=5109</guid>
		<description><![CDATA[<p>During the past month or so, Rich Mogull, analyst and CEO of securosis has published multiple blogs on cloud encryption best practices, specifically in infrastructure clouds. The final blog IaaS Encryption: How to Choose, provides a good opportunity for us to touch and expand on some of the volume storage cloud security points highlighted on [...]</p><p>The post <a href="http://www.porticor.com/2013/05/cloud-encryption-iaas/">Cloud Encryption: How to choose an IaaS encryption solution</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5112" alt="Cloud Security Cloud Key Management Cloud Encryption  clouds 250X188 Cloud Encryption: How to choose an IaaS encryption solution" src="http://www.porticor.com/wp-content/uploads/2013/05/clouds_250X188.jpg" width="250" height="188" title="Cloud Security Cloud Key Management Cloud Encryption  clouds 250X188 Cloud Encryption: How to choose an IaaS encryption solution" />During the past month or so, Rich Mogull, analyst and CEO of securosis has published multiple blogs on cloud encryption best practices, specifically in infrastructure clouds. The final blog <a href="https://securosis.com/blog/iaas-encryption-how-to-choose" target="_blank">IaaS Encryption: How to Choose</a>, provides a good opportunity for us to touch and expand on some of the volume storage cloud security points highlighted on Rich’s article:</p>
<h4></h4>
<p>&nbsp;</p>
<h4></h4>
<h4></h4>
<h4><i>“Always use external key management. Instance-managed encryption is only acceptable for test/development systems you know will never go into production”</i></h4>
<p>Instance managed encryption means the encryption keys are kept on the virtual disk. In other words, anyone with access to your cloud instance, has access to your encryption keys – hence to your data. In addition, specific cloud operations, such as disk snapshots, will snapshot the encryption keys with it.</p>
<h4><i>“For sensitive data in public cloud computing choose a system with protection for keys in volatile memory (RAM). Don’t use a cloud’s native encryption capabilities if you have any concern that a cloud administrator is a risk”</i></h4>
<p>As I see it, there are two great points here, one relates to cloud security concerns, the second is interesting for compliance reasons. Protecting keys in RAM (the security concern) is actually not a simple thing to achieve.  We have worked extremely hard to create a mechanism which keeps the encryption keys encrypted themselves, even while in use in RAM.  To do so, we have used partially homomorphic encryption techniques (fancy name, I know…), a world first implementation of such technology to a cloud security product (you can read more about it <a href="https://www.porticor.com/homomorphic-encryption/" target="_blank">here</a>, or <a href="http://www.porticor.com/porticor-key-management-white-paper/" target="_blank">download the Porticor white paper</a> for additional information). Now for the second point; using the IaaS provider’s native cloud encryption capabilities means there’s a risk that someone (an employee) within the cloud data center can potentially read your data. While an obvious security risk, this is also a compliance issue as certain regulations (for example PCI) mention separation of duties as a core compliance requirement.</p>
<h4><i>“Pick a product designed to handle the more dynamic cloud computing environment. Specifically one with workflow for rapidly provisioning keys to cloud instances and API support for the cloud platform you use”</i></h4>
<p>I couldn’t agree more. Traditional, “on-premise” encryption and key management systems are not built for the cloud. As a result, many of the cloud most significant advantages, such as scalability and flexibility might not function well (dare I say not function at all) with such encryption systems. A cloud encryption system should seamlessly integrate with your cloud design, and integrate with any automation process you have in place. An API is important as an integration point between your cloud systems and (for example) an orchestration system.  In such scenario you can automate encryption together with the rest of the IaaS system, spin up new or down new encrypted disks, encrypt S3 objects, and even automatically feed encryption keys to specific SaaS applications (I will discuss cloud encryption keys security and split-key encryption in one of my next blogs).</p>
<p><a href="http://www.porticor.com/management/" target="_blank">Ariel Dan</a> is co-founder at <a href="http://www.porticor.com/" target="_blank">Porticor</a> Cloud Security.</p>
<p>The post <a href="http://www.porticor.com/2013/05/cloud-encryption-iaas/">Cloud Encryption: How to choose an IaaS encryption solution</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=c-vxn1qlY-U:S5Hy-0569EY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=c-vxn1qlY-U:S5Hy-0569EY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=c-vxn1qlY-U:S5Hy-0569EY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=c-vxn1qlY-U:S5Hy-0569EY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=c-vxn1qlY-U:S5Hy-0569EY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=c-vxn1qlY-U:S5Hy-0569EY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=c-vxn1qlY-U:S5Hy-0569EY:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Cloud-Silver-Lining/~4/c-vxn1qlY-U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.porticor.com/2013/05/cloud-encryption-iaas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.porticor.com/2013/05/cloud-encryption-iaas/</feedburner:origLink></item>
		<item>
		<title>Cloud Encryption deployment for VMware-based application services</title>
		<link>http://feedproxy.google.com/~r/Cloud-Silver-Lining/~3/Y6Os3hryJs4/</link>
		<comments>http://www.porticor.com/2013/05/cloud-encryption-vmware/#comments</comments>
		<pubDate>Fri, 10 May 2013 14:57:20 +0000</pubDate>
		<dc:creator>Ariel</dc:creator>
				<category><![CDATA[Cloud Security, Cloud Encryption and Cloud Key Management]]></category>
		<category><![CDATA[Cloud Encryption]]></category>
		<category><![CDATA[VMware Security]]></category>

		<guid isPermaLink="false">http://www.porticor.com/?p=5096</guid>
		<description><![CDATA[<p>As the infrastructure cloud market (IaaS and PaaS) continues to grow rapidly, we are seeing quite a few customers who are delivering an application – whether it is a mission-critical or SaaS application – and basing their solution on VMware. Some of these are deploying VMware in their private data center, while others are leveraging [...]</p><p>The post <a href="http://www.porticor.com/2013/05/cloud-encryption-vmware/">Cloud Encryption deployment for VMware-based application services</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5099" alt="VMware Security Cloud Encryption  cloud keyboard Cloud Encryption deployment for VMware based application services" src="http://www.porticor.com/wp-content/uploads/2013/05/cloud-keyboard.png" width="254" height="208" title="VMware Security Cloud Encryption  cloud keyboard Cloud Encryption deployment for VMware based application services" />As the infrastructure cloud market (IaaS and PaaS) continues to grow rapidly, we are seeing quite a few customers who are delivering an application – whether it is a mission-critical or SaaS application – and basing their solution on VMware.</p>
<p>Some of these are deploying VMware in their private data center, while others are leveraging the cloud model and “renting” capacity from a public VMware-based cloud provider. In a way, both of these scenarios are public: in many of the cases the “private cloud” scenario serves users who belong to different organizations, so from the user point of view the scenario is “public”. As a result, these customers have many of the same security concerns (see <a href="http://www.porticor.com/2012/11/private-and-public-clouds-in-2013/">here</a> for a deeper discussion of that point).</p>
<p>When considering deployment of a cloud encryption solution in these environments, we have seen several options.</p>
<h4>Physical solutions</h4>
<p>Physical boxes are a solution that exists a long time in the market. The idea is to put a physical box between the ESX rack and the SAN – plug in the network – and let the box encrypt everything that comes from the ESX rack.</p>
<p>The upside of the physical box is it is tried and tested. Downsides include</p>
<ul>
<li>Physical boxes increase TCO and up-front costs, while losing the flexibility of virtualized solutions</li>
<li>It is an all-or-nothing solution for the entire ESX rack; it is not possible to provide finer-granular control that is sensitive to the needs of a particular application or customer.</li>
</ul>
<p>Especially in the cloud world, where tenants are a common concept, it is necessary to create strong separation and segregation between different applications and customers – on the same infrastructure. That is why more and more solutions need to be software controlled and virtualized.</p>
<h4>Deployment models for a Virtual Solution</h4>
<p>A virtual cloud encryption solution – whether for public or private cloud – can have several deployment models.</p>
<ul>
<li>A virtual appliance “close to the storage”</li>
<li>A virtual appliance “close to the customer account or to the application”</li>
<li>A software agent</li>
<li>A hook on the ESX level</li>
</ul>
<p>Each of these is good for different cases.</p>
<h4>Virtual appliances close to the storage</h4>
<p>This involves a virtual machine image which is deployable so it sees the LUNs, VMFSs and VMDKs exposed by the VMware infrastructure, and encrypts them before they are allocated to a specific application or specific customer account. It is accessible from multiple network segments in the environment and has a tenancy concept which is well integrated with the management concepts of VSpehere and VCloud – and then this is an extremely flexible solution serving a wide range of scenarios.</p>
<h4>Virtual appliances &#8220;close to the customer&#8221;</h4>
<p>A virtual machine image is deployable in the customer account, within the network segments used by that customer. It is logically “close” to the application and under possibly under tenant control. Again it should be well integrated with the management concepts of VSpehere and VCloud – allowing its placement in the customer account &#8211; and again this is an extremely flexible solution serving a wide range of scenarios.</p>
<h4>Software agents</h4>
<p>These are typically installed as software on the customer or application VMs. Their advantage is that they are fully contained within the customer guest OS, giving a sense of complete control. Disadvantages include their footprint and upgrade needs.</p>
<h4>ESX hooks</h4>
<p>ESX is evolving a number of hooking mechanisms that allow functionality to be hooked below the guest OS level. The advantage is that such hooks can be shared by several guests on one ESX instance, and VMware helps deploy them. A security disadvantage is that they may create a sharing situation between guest OS’s that belong to different applications or customers.</p>
<h4>The ideal solution</h4>
<p>The best of all possible worlds is a solution that can work in several of these deployment models, not just one. Such <a href="http://www.porticor.com/">solutions</a> do exist today. Software-defined security for the virtual world is becoming a reality.</p>
<p>The post <a href="http://www.porticor.com/2013/05/cloud-encryption-vmware/">Cloud Encryption deployment for VMware-based application services</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=Y6Os3hryJs4:TDQ3FSjm72w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=Y6Os3hryJs4:TDQ3FSjm72w:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=Y6Os3hryJs4:TDQ3FSjm72w:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=Y6Os3hryJs4:TDQ3FSjm72w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=Y6Os3hryJs4:TDQ3FSjm72w:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=Y6Os3hryJs4:TDQ3FSjm72w:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=Y6Os3hryJs4:TDQ3FSjm72w:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Cloud-Silver-Lining/~4/Y6Os3hryJs4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.porticor.com/2013/05/cloud-encryption-vmware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.porticor.com/2013/05/cloud-encryption-vmware/</feedburner:origLink></item>
		<item>
		<title>Cloud providers: Adopt a cloud encryption “profit center” approach</title>
		<link>http://feedproxy.google.com/~r/Cloud-Silver-Lining/~3/lGK0yiuitV0/</link>
		<comments>http://www.porticor.com/2013/04/cloud-providers-cloud-encryption/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 12:00:36 +0000</pubDate>
		<dc:creator>Ariel</dc:creator>
				<category><![CDATA[Cloud Security, Cloud Encryption and Cloud Key Management]]></category>
		<category><![CDATA[Cloud Encryption]]></category>
		<category><![CDATA[Cloud Key Management]]></category>

		<guid isPermaLink="false">http://www.porticor.com/?p=5062</guid>
		<description><![CDATA[<p>I was recently involved in some interesting discussions around cloud encryption as an added value service for IaaS and DRaaS service providers.  According to the service providers we’ve talked with, data encryption is critical for compliance oriented customers, as well as for ISVs’ deploying their software as a service offering on an Infrastructure cloud. While [...]</p><p>The post <a href="http://www.porticor.com/2013/04/cloud-providers-cloud-encryption/">Cloud providers: Adopt a cloud encryption “profit center” approach</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.porticor.com/2013/04/cloud-providers-cloud-encryption"><img class="alignleft size-full wp-image-5063" alt="Cloud Key Management Cloud Encryption  Cloud pros cons X250 Cloud providers: Adopt a cloud encryption “profit center” approach " src="http://www.porticor.com/wp-content/uploads/2013/04/Cloud_pros_cons_X250.jpg" width="250" height="250" title="Cloud Key Management Cloud Encryption  Cloud pros cons X250 Cloud providers: Adopt a cloud encryption “profit center” approach " /></a><br />
I was recently involved in some interesting discussions around cloud encryption as an added value service for IaaS and DRaaS service providers.  According to the service providers we’ve talked with, data encryption is critical for compliance oriented customers, as well as for ISVs’ deploying their software as a service offering on an Infrastructure cloud. While researching cloud encryption options, cloud providers have identified two barriers around cloud encryption adoption: cost and “cloudability”.</p>
<h3></h3>
<h3></h3>
<h3></h3>
<p>&nbsp;</p>
<h3><span style="font-size: 1.17em;">Cost</span></h3>
<p>Deploying a cloud encryption solution the traditional way is costly. The majority of the solutions are priced at the tens-to-hundreds thousand dollar range. Purchasing such a solution upfront is naturally a heavy capital expenditure, which forces the cloud provider to think long term only ROI (assuming a healthy business model, we’re looking at one to two years for a return on investment). But in addition to the cost expense, there’s another critical requirement not usually fulfilled with traditional encryption solutions:</p>
<h3>Cloudability</h3>
<p>Putting budget aside, an encryption solution for a cloud provider has different requirements. Cloud encryption key management and the ability to provide an encryption solution per customer without managing the encryption keys for him are probably the most important ones. A cloud provider should ideally never see or manage its customers’ encryption keys, yet at the same time should allow those same customers to provision an encryption solution quickly, cost effectively, and in a cloud-compelling way (i.e. without compromising cloud elasticity). Challenging? Yes. Doable? Absolutely.</p>
<h3>Cloud Encryption using split-key management</h3>
<p>An emerging technology such as <a href="http://www.porticor.com/" target="_blank">Porticor Cloud Security</a> resolves both cost and cloudability issues by designing its cloud encryption technology from the ground up for cloud IaaS environments. Using key-splitting technology, Porticor provides a fully virtualized key management system which does not sacrifice trust; ensuring that only the end customer can manage its encryption keys (for additional information <a href="http://www.porticor.com/porticor-key-management-white-paper/" target="_blank">download this white paper</a>). As for costs – Porticor provides a <a href="http://www.porticor.com/pricing-plans/" target="_blank">monthly subscription fee</a> per customer, enabling its partners to eliminate cloud encryption capital expenditure completely, and become a profit center from the first customer.</p>
<p>&nbsp;</p>
<p>The post <a href="http://www.porticor.com/2013/04/cloud-providers-cloud-encryption/">Cloud providers: Adopt a cloud encryption “profit center” approach</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=lGK0yiuitV0:oMF651tiEVM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=lGK0yiuitV0:oMF651tiEVM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=lGK0yiuitV0:oMF651tiEVM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=lGK0yiuitV0:oMF651tiEVM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=lGK0yiuitV0:oMF651tiEVM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=lGK0yiuitV0:oMF651tiEVM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=lGK0yiuitV0:oMF651tiEVM:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Cloud-Silver-Lining/~4/lGK0yiuitV0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.porticor.com/2013/04/cloud-providers-cloud-encryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.porticor.com/2013/04/cloud-providers-cloud-encryption/</feedburner:origLink></item>
		<item>
		<title>Cloud Key Management and Oracle TDE</title>
		<link>http://feedproxy.google.com/~r/Cloud-Silver-Lining/~3/02iIyRUqZe0/</link>
		<comments>http://www.porticor.com/2013/04/cloud-key-management-tde/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 13:00:53 +0000</pubDate>
		<dc:creator>Gilad Parann-Nissany</dc:creator>
				<category><![CDATA[Cloud Security, Cloud Encryption and Cloud Key Management]]></category>
		<category><![CDATA[Cloud Database security]]></category>
		<category><![CDATA[Cloud Encryption]]></category>
		<category><![CDATA[Cloud Key Management]]></category>

		<guid isPermaLink="false">http://www.porticor.com/?p=5026</guid>
		<description><![CDATA[<p>Encryption of databases is a must for compliance, privacy and security. The major databases have built-in encryption capabilities. Specifically, Oracle has a built-in Transparent Data Encryption capability. As cloud computing evolves, these features are being used to try and create secure cloud database solutions enjoying cloud encryption. TDE is a basic building block for such [...]</p><p>The post <a href="http://www.porticor.com/2013/04/cloud-key-management-tde/">Cloud Key Management and Oracle TDE</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.porticor.com/2013/04/cloud-key-management-tde/ ‎"><img class="alignleft size-full wp-image-5030" alt="Cloud Key Management Cloud Encryption Cloud Database security  key 187X250 Cloud Key Management and Oracle TDE" src="http://www.porticor.com/wp-content/uploads/2013/04/key_187X250.jpg" width="187" height="250" title="Cloud Key Management Cloud Encryption Cloud Database security  key 187X250 Cloud Key Management and Oracle TDE" /></a>Encryption of databases is a must for compliance, privacy and security. The major databases have built-in encryption capabilities. Specifically, Oracle has a built-in <a href="http://www.oracle.com/technetwork/database/options/advanced-security/index-099011.html" target="_blank">Transparent Data Encryption</a> capability.</p>
<p>As cloud computing evolves, these features are being used to try and create secure cloud database solutions enjoying cloud encryption. TDE is a basic building block for such solutions; however, in the cloud, TDE needs some enhancement, specifically around cloud key management.</p>
<p>Like any cloud encryption mechanism, TDE needs encryption keys. The master encryption key is fed into TDE from a mechanism called a “wallet”. The Oracle wallet needs to be stored somewhere and storing it securely in the cloud raises a host of issues.</p>
<p>In principal, the oracle wallet can be stored in a file system, but by itself that is not a secure cloud solution. The most secure way to store the wallet is through split-key encryption and homomorphic key management – this means that the master key to your Oracle database is actually never stored anywhere in the cloud. Split-key encryption, in this context, means that the Oracle TDE master key is itself split into two key shares. Homomorphic encryption of these key shares means that the key shares are encrypted even when in use in the cloud, so they do not offer an attack surface at any moment.</p>
<p>These are cutting edge solutions, yet happily they are beginning to be <a href="http://www.porticor.com/technology/" target="_blank">available in the market</a>. The integration of Oracle TDE’s wallet with <a href="http://www.porticor.com/">Porticor</a>’s <a href="http://www.porticor.com/homomorphic-encryption/">homomorphic key management</a> technology provides a cloud solution which is as secure as a physical data center, completely in the cloud. The physical walls are constructed through mathematics.</p>
<p>The post <a href="http://www.porticor.com/2013/04/cloud-key-management-tde/">Cloud Key Management and Oracle TDE</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=02iIyRUqZe0:s8oPdzMZY4o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=02iIyRUqZe0:s8oPdzMZY4o:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=02iIyRUqZe0:s8oPdzMZY4o:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=02iIyRUqZe0:s8oPdzMZY4o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=02iIyRUqZe0:s8oPdzMZY4o:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=02iIyRUqZe0:s8oPdzMZY4o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=02iIyRUqZe0:s8oPdzMZY4o:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Cloud-Silver-Lining/~4/02iIyRUqZe0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.porticor.com/2013/04/cloud-key-management-tde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.porticor.com/2013/04/cloud-key-management-tde/</feedburner:origLink></item>
		<item>
		<title>Cloud security and the omnibus HIPAA – Thoughts on compliance and the shared responsibility model</title>
		<link>http://feedproxy.google.com/~r/Cloud-Silver-Lining/~3/g1BuarUCHxw/</link>
		<comments>http://www.porticor.com/2013/04/cloud-security-omnibus-hipaa/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 19:13:08 +0000</pubDate>
		<dc:creator>Ariel</dc:creator>
				<category><![CDATA[Cloud Security, Cloud Encryption and Cloud Key Management]]></category>
		<category><![CDATA[cloud compliance]]></category>
		<category><![CDATA[Cloud Security]]></category>

		<guid isPermaLink="false">http://www.porticor.com/?p=5018</guid>
		<description><![CDATA[<p>The new and enhanced HIPAA omnibus standard brings an interesting question with regards to cloud security and the shared responsibility model in IaaS clouds. Since the release of the HIPAA omnibus, we&#8217;ve received many questions around “BAA” agreements, and how the responsibility split actually happens between (for example) the cloud provider and an ISV providing a healthcare [...]</p><p>The post <a href="http://www.porticor.com/2013/04/cloud-security-omnibus-hipaa/">Cloud security and the omnibus HIPAA – Thoughts on compliance and the shared responsibility model</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>The new and enhanced <a href="http://www.hhs.gov/news/press/2013pres/01/20130117b.html" target="_blank">HIPAA omnibus standard</a> brings an interesting question with regards to cloud security and the shared responsibility model in IaaS clouds. Since the release of the HIPAA omnibus, we&#8217;ve received many questions around “BAA” agreements, and how the responsibility split actually happens between (for example) the cloud provider and an ISV providing a healthcare application in an IaaS environment.</p>
<h3>Cloud HIPAA compliance still requires a shared responsibility model</h3>
<p>Without getting to the details of what a “Business Associate Agreement” means, I’ll simply say that the updated regulation makes business associates (Healthcare ISVs’, and potentially the cloud providers themselves) of covered entities (i.e. clinics or hospitals) directly liable for compliance with certain requirements of the HIPAA privacy and security rules (read more about it in this excellent <a href="http://www.hipaasurvivalguide.com/hipaa-omnibus-rule.php" target="_blank">HIPAA survival guide</a> post). In other words, the entire “food chain” (The cloud provider, the ISV, and any other business associates in the logical flow to the covered entity), should ideally sign a business associate agreement. But what is the practical meaning of such requirement in an IaaS cloud environment? As one should expect – full compliance can be achieved only if all parties (business associates) will enforce compliance where they can actually do so. The IaaS cloud provider for example, will prove compliance on the physical and hypervisor level, while the Healthcare ISV will prove compliance on the guest OS, the healthcare application, and PHI data stored in the cloud.</p>
<h3>Cloud encryption is a critical element</h3>
<p>When discussing the HIPAA omnibus standard with some of our healthcare oriented customers, they all say the same: Data encryption is a critical element for cloud security and compliance. It enables them to safely store personal health information (PHI) in a public cloud, knowing that the data will always stay encrypted, for example in a disk snapshot scenario, as well as when the data is backed up. This is critical for them, as encrypted PHI data does not disclose actual information; hence they are well within the compliance requirements, even if an encrypted snapshot is somehow lost. The bigger challenge for them is how to remain in compliance without compromising on critical cloud benefits such as flexibility and elasticity. Using the <a href="http://www.porticor.com/">Porticor</a> technology they were able to secure and encrypt PHI data quickly and effectively (click <a href="http://www.porticor.com/porticor-key-management-white-paper/">here</a> for more information and the Porticor white paper), but as important, they integrated data encryption into their product flow without compromising cloud elasticity, by integrating the Porticor API both on the encryption level, as well as on the key management and key distribution level.</p>
<p>The post <a href="http://www.porticor.com/2013/04/cloud-security-omnibus-hipaa/">Cloud security and the omnibus HIPAA – Thoughts on compliance and the shared responsibility model</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=g1BuarUCHxw:2fIh2Sa0SeU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=g1BuarUCHxw:2fIh2Sa0SeU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=g1BuarUCHxw:2fIh2Sa0SeU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=g1BuarUCHxw:2fIh2Sa0SeU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=g1BuarUCHxw:2fIh2Sa0SeU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=g1BuarUCHxw:2fIh2Sa0SeU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=g1BuarUCHxw:2fIh2Sa0SeU:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Cloud-Silver-Lining/~4/g1BuarUCHxw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.porticor.com/2013/04/cloud-security-omnibus-hipaa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.porticor.com/2013/04/cloud-security-omnibus-hipaa/</feedburner:origLink></item>
		<item>
		<title>Using the Porticor Agent</title>
		<link>http://feedproxy.google.com/~r/Cloud-Silver-Lining/~3/3xQly9XTvmM/</link>
		<comments>http://www.porticor.com/2013/02/using-the-porticor-agent/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 15:32:02 +0000</pubDate>
		<dc:creator>Yaron</dc:creator>
				<category><![CDATA[Cloud Security, Cloud Encryption and Cloud Key Management]]></category>

		<guid isPermaLink="false">http://www.porticor.com/?p=4997</guid>
		<description><![CDATA[<p>The Porticor Agent enables you to encrypt disks on your server, using Porticor&#8217;s highly secure key management technology. The Agent connects to a key management appliance &#8211; a Porticor virtual machine deployed in your cloud account, which is responsible to safeguard your master key so that you do not have to trust anybody else with [...]</p><p>The post <a href="http://www.porticor.com/2013/02/using-the-porticor-agent/">Using the Porticor Agent</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>The Porticor Agent enables you to encrypt disks on your server, using Porticor&#8217;s highly secure key management technology.</p>
<p>The Agent connects to a key management appliance &#8211; a Porticor virtual machine deployed in your cloud account, which is responsible to safeguard your master key so that you do not have to trust anybody else with your keys, not even Porticor. You provision the Agent with a secure API key, which allows it to access its own managed crypto keys, but not the master key. All disk encryption takes place locally on the server that runs the Agent, and the disk-encryption keys are split between the key management appliance and the Porticor Virtual Key Management (PVKM) service.</p>
<h2>Installing the Agent</h2>
<ol>
<li>Download the agent from <a href="https://pvkm.porticor.com/porticor-setup/porticor-agent/porticor-agent_1.0-1_all.deb" title="Debian/Ubuntu package" target="_blank" class="broken_link">this link</a> (for Debian/Ubuntu) or <a href="https://pvkm.porticor.com/porticor-setup/porticor-agent/porticor-agent-1.0-1.noarch.rpm" title="RPM package" target="_blank" class="broken_link">this link</a> (for RHEL, CentOS or Amazon Linux).</li>
<li>Install the package on your application server:<br />
	On Ubuntu, run <b>dpkg -i package-name.deb</b><br />
	On Red Hat, CentOS and Amazon Linux, run <b>yum install package-name.rpm</b></li>
<li>Configure the appliance:
<ul>
<li>You will need the address of a Porticor appliance that&#8217;s in your cloud account. Go to <a href="https://pvkm.porticor.com/porticor-setup/select-project.php" target="_blank">the PVKM&#8217;s main management page</a>, select an appropriate appliance, click &#8220;manage&#8221; and then note down its DNS address (typically ending with <b>d.porticor.net</b>). If no such appliance exists, you will have to start one.</li>
<li>You will also need an API key, which you can obtain from the <a href="https://pvkm.porticor.com/porticor-setup/manage-apikeys.php" target="_blank">PVKM&#8217;s API key management page</a>.</li>
<li>On AWS, we strongly recommend to enter your cloud credentials into the Porticor appliance. Go to the Protected File Systems and enter the AWS Key ID and Secret Key. <small>Note: these credentials are part of your project and your account, even after you enter them &#8211; Porticor never sees them.</small></li>
<li>From your application server (where you installed the Porticor agent) run <strong>sudo porticor_agent initialize <em>appliance-addr</em> <strong>&#8211;api-key-id</strong> <em>key-id</em></strong> and enter the secret key when prompted. Please do <em>not</em> cut-and-paste from this page, or you might get an incorrect dash in front of &#8220;api-key-id&#8221;.</li>
<li>The agent is ready to go.</li>
</ul>
</li>
</ol>
<h2>Agent Commands</h2>
<p>The agent provides a single command <strong>porticor_agent</strong>, which in turn provides numerous subcommands. All subcommands must be run with root permissions. For example:</p>
<p style="padding-left: 30px;"><strong>sudo porticor_agent status</strong></p>
<h3>Command Syntax</h3>
<p>All options in brackets <strong style="color: red;">[</strong> are optional. All options in double-quotes <strong style="color: red;">"</strong> must be quoted if they consist of multiple words.</p>
<p>Below is the list of subcommands:</p>
<dl>
<dt><b>help</b></dt>
<dd>List the agent's commands.</dd>
<dt><b>status</b></dt>
<dd>Display a status summary.</dd>
<dt><b>initialize appliance-addr [--agent-name "name"] &#8211;api-key-id key-id [--api-secret-key secret-key] [--persist-key] [--no-ip-validation]</b></dt>
<dd>Initialize the agent. The agent will connect to the given appliance using the provided API key. If the secret part of the key is not given on the command line, you will be prompted for it (recommended). The agent&#8217;s configuration is written to <b>/etc/porticor-agent/agent-config.json</b>. The appliance must be available for the initialization to complete successfully. During initialization, the current server&#8217;s entropy pool (<b>/dev/random</b>) is refreshed. You can use <b>&minus;&minus;agent-name</b> to name the agent. Use <b>&minus;&minus;persist-key</b> (not recommended) if you want the agent&#8217;s key to be saved on disk so that it can survive a reboot. On AWS, you may use <b>&minus;&minus;no-ip-validation</b> if you prefer <i>not</i> to tie API keys to a particular server instance.</dd>
<dt>
<b>reconfigure appliance-addr [--agent-name "name"] &#8211;api-key-id key-id [--api-secret-key secret-key] [--persist-key] [--no-ip-validation]</b>
</dt>
<dd>
Similar to <b>initialize</b>, to be used when the agent has already been initialized. This is useful if you want to switch to a different appliance, or another API key.
</dd>
<dt>
<b>enter-key &#8211;api-key-id key-id [--api-secret-key secret-key] [--persist-key] [--no-ip-validation]</b>
</dt>
<dd>
Enter an API key if the secret key has been deleted, e.g. after a reboot.
</dd>
<dt>
<b>deconfigure [--force]</b>
</dt>
<dd>
Remove the agent&#8217;s configuration without uninstalling it. The <b>&#8211;force</b> option skips the confirmation prompt. You may not deconfigure an agent while it still has disks configured on it.
</dd>
<dt>
<b>secure-disk <i>device-name</i> <i>&#8220;comment&#8221;</i></b>
</dt>
<dd>
Set up a new disk for encryption. The device name is a block device, e.g. /dev/sdb. <b>Important</b>: make sure the device is empty before using it. You can add a comment between quotes, such as &#8220;My project&#8217;s MySQL data disk&#8221;.
</dd>
<dt>
<b>secure-mapped-disk <i>file-name</i> <i>size</i> <i>["comment"]</i></b>
</dt>
<dd>
Set up a new disk for encryption. This command uses a file-mapped disk (also known as &#8220;loop device&#8221;) instead of a block device. A new file of the specified size (given in gigabytes) is created and mapped. You can add a comment between quotes, such as &#8220;My project&#8217;s MySQL data disk&#8221;.<br />
After you have set up the disk, you can use the <b>mkfs /dev/mapper/hl-xxxx</b> and <b>mount /dev/mapper/hl-xxxx mount-point</b> commands to respectively format and mount it. The mapper address is displayed by the <b>list-disks</b> command.
</dd>
<dt>
<b>lock-disk <i>disk-name</i></b>
</dt>
<dd>
Lock a disk and forget its key. The key is removed from the agent and the appliance, but a key-share is retained on the Porticor Key Management service. The <b>disk-name</b> argument is a name of the form <b>hl-1234abcd</b>, as displayed by the <b>list-disks</b> command.
</dd>
<dt>
<b>unlock-disk <i>disk-name</i></b>
</dt>
<dd>
Retrieve the disk&#8217;s key from the Key Management service and ready it for use. The <b>disk-name</b> argument is a name of the form <b>hl-1234abcd</b>, as displayed by the <b>list-disks</b> command. You may need to remount the disk using the <b>mount</b> command.
</dd>
<dt>
<b>remove-disk [--force] <i>disk-name</i></b>
</dt>
<dd>
Permanently remove the encrypted disk, and forget its encryption key. The <b>disk-name</b> argument is a name of the form <b>hl-1234abcd</b>, as displayed by the <b>list-disks</b> command. This operation cannot be undone! The <b>&#8211;force</b> argument overrides the confirmation prompt.
</dd>
<dt>
<b>edit-comment <i>disk-name</i> <i>&#8220;new comment&#8221;</i></b>
</dt>
<dd>
Replaces the comment associated with the disk. The <b>disk-name</b> argument is a name of the form <b>hl-1234abcd</b>, as displayed by the <b>list-disks</b> command. The comment must be quoted.
</dd>
<dt>
<b>list-disks</b>
</dt>
<dd>
List all the disks managed by the agent.
</dd>
<dt>
<b>start</b>
</dt>
<dd>
Unlock all disks that are marked as active. Useful in provisioning scripts, after <b>enter-key</b> has been used to refresh the key.
</dd>
</dl>
<h2>Example Session</h2>
<p>Install the agent (on Ubuntu or Debian):</p>
<p><code># dpkg -i porticor-agent_1.0-1_all.deb </code></p>
<p>Initial configuration (you will need an API key):</p>
<p><code># porticor_agent initialize izjuuy0klp4-pztgzntfjmj.d.porticor.net&nbsp;&nbsp; --agent-name "DB Server Agent" --api-key-id Tz8N7YMaBz5Zuw4A --api-secret-key SeCrEt</code></p>
<p>Check agent status:</p>
<p><code># porticor_agent status</p>
<p>Agent Name:              DB Server Agent<br />
Version:                 2.20<br />
UUID:                    2bb0011b-4b79-e6f3-0cea-117d6a395d73<br />
Project Serial:          PROJMJNPQJDRJGZD2BLO001=<br />
Appliance:               izjuuy0klp4-pztgzntfjmj.d.porticor.net<br />
API Key ID:              3t1aQrnPrdGvh6iK<br />
API Secret Key:          Configured<br />
# of Protected Disks:    0<br />
</code></p>
<p>Encrypt an entire disk:</p>
<p><code># porticor_agent secure-disk /dev/xvdg "An Encrypted Block Device"</code></p>
<p>Alternatively, create a file of a certain size, and map it as an encrypted disk:</p>
<p><code># porticor_agent secure-mapped-disk encrypted-data 10 "My encrypted data"</code></p>
<p>List all protected disks:</p>
<p><code># porticor_agent list-disks</p>
<p>Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Size&nbsp;Status&nbsp;Mapping&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Comment<br />
hl-50168697a70a  /dev/loop0 10 GB  Active  /dev/mapper/hl-50168697a70a&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;My encrypted data<br />
</code></p>
<p>Prepare the disk for use: format and mount it:</p>
<p><code># mkdir ./mydisk<br />
# mkfs -t ext4 /dev/mapper/hl-50168697a70a<br />
# mount /dev/mapper/hl-50168697a70a ./mydisk<br />
</code></p>
<p>The disk is now ready to use.</p>
<p>Later, when the disk is no longer needed&#8230; Lock the disk:</p>
<p><code># umount ./mydisk<br />
# porticor_agent lock-disk hl-50168697a70a<br />
</code></p>
<p>Remove the disk (this deletes the encryption keys and the data cannot be recovered)</p>
<p><code># porticor_agent remove-disk hl-50168697a70a</p>
<p>This operation cannot be undone. Are you sure? [N]: y<br />
</code></p>
<p>When the agent is no longer in use, delete its configuration:</p>
<p><code># porticor_agent deconfigure</p>
<p>Really remove all Agent configuration? [N]: y<br />
</code></p>
<h2>Agent Security</h2>
<p>In normal use, no long-term secrets are kept on the agent. Whenever the agent is configured using the API key, this key is replaced by a short-term, policy-constrained key, and only that second key is retained. The short-term key allows API calls to originate only from a single cloud instance, and allows for the instance to change its IP address. By default, the secret part of this key is not kept on disk, and so cannot be recovered by snapshot attacks. This means that your provisioning system should refresh the API key using the <b>enter-key</b> command whenever the server reboots. Note that the instance restriction policy is only available if the agent is installed on an AWS server, and requires that any agents should be collocated within the same subnet as their Porticor appliance.</p>
<p>The post <a href="http://www.porticor.com/2013/02/using-the-porticor-agent/">Using the Porticor Agent</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=3xQly9XTvmM:DJbb5ppIROs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=3xQly9XTvmM:DJbb5ppIROs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=3xQly9XTvmM:DJbb5ppIROs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=3xQly9XTvmM:DJbb5ppIROs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=3xQly9XTvmM:DJbb5ppIROs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=3xQly9XTvmM:DJbb5ppIROs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=3xQly9XTvmM:DJbb5ppIROs:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Cloud-Silver-Lining/~4/3xQly9XTvmM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.porticor.com/2013/02/using-the-porticor-agent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.porticor.com/2013/02/using-the-porticor-agent/</feedburner:origLink></item>
		<item>
		<title>Cloud Compliance in Infrastructure as a Service is Mainly Your Responsibility</title>
		<link>http://feedproxy.google.com/~r/Cloud-Silver-Lining/~3/lVZODi_aoxk/</link>
		<comments>http://www.porticor.com/2013/02/cloud-compliance-responsibility/#comments</comments>
		<pubDate>Thu, 14 Feb 2013 08:34:02 +0000</pubDate>
		<dc:creator>Ariel</dc:creator>
				<category><![CDATA[Cloud Security, Cloud Encryption and Cloud Key Management]]></category>
		<category><![CDATA[cloud compliance]]></category>
		<category><![CDATA[Cloud Encryption]]></category>
		<category><![CDATA[Cloud Key Management]]></category>
		<category><![CDATA[Cloud Security]]></category>

		<guid isPermaLink="false">http://www.porticor.com/?p=4988</guid>
		<description><![CDATA[<p>Cloud compliance is always a hot topic, but recent updates to the HIPAA and PCI regulations, have further enhanced the need to clarify some important points around cloud compliance and regulatory compliance. In this blog post, I would like to address some issues as highlighted in the valuable PCI DSS Cloud Computing Guidelines (available here), [...]</p><p>The post <a href="http://www.porticor.com/2013/02/cloud-compliance-responsibility/">Cloud Compliance in Infrastructure as a Service is Mainly Your Responsibility</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Cloud compliance is always a hot topic, but recent updates to the HIPAA and PCI regulations, have further enhanced the need to clarify some important points around cloud compliance and regulatory compliance. In this blog post, I would like to address some issues as highlighted in the valuable PCI DSS Cloud Computing Guidelines (available <a href="https://www.pcisecuritystandards.org/pdfs/PCI_DSS_v2_Cloud_Guidelines.pdf" target="_blank">here</a>), around compliance and Infrastructure as a Service cloud computing. (While the trigger is the PCI guideline, the discussion applies to HIPAA as well).</p>
<h3>Your cloud type dictates the amount of control you have</h3>
<p>First and foremost, the level of control and your ability as a cloud customer to implement security in your cloud environment is dictated by your cloud type. For example a customer using Software as a Service (SaaS) will have the least amount of control and the SaaS provider will have the greatest level of responsibility for data security, while in Infrastructure as a Service (IaaS), the customer has much more control on data security implemented in his cloud account while the IaaS provider will emphasize “shared responsibility”. And to translate it to compliance: A customer in a SaaS environment must rely heavily on the provider’s compliance (which is either there or not), while in a IaaS environment the customer must take active responsibility for compliance together with tools provided by the IaaS cloud provider.</p>
<p><img class="aligncenter size-large wp-image-4991" alt="Cloud Security Cloud Key Management Cloud Encryption cloud compliance  Level of control 1024x473 Cloud Compliance in Infrastructure as a Service is Mainly Your Responsibility" src="http://www.porticor.com/wp-content/uploads/2013/02/Level-of-control-1024x473.png" width="580" height="267" title="Cloud Security Cloud Key Management Cloud Encryption cloud compliance  Level of control 1024x473 Cloud Compliance in Infrastructure as a Service is Mainly Your Responsibility" /></p>
<p><i>                                       </i><em>(Source: PCI DSS Cloud Computing Guidelines)</em></p>
<h3>Cloud Encryption and Segmentation Considerations</h3>
<p>Unlike a traditional data center, where compute environments (i.e. servers and applications) are physically separated from each other, in cloud computing (SaaS, PaaS, or IaaS) the computing environment is shared between customers, and the customer is required to trust the cloud provider with separation and segmentation of the different virtual environments.</p>
<p>There is, however, another option which is entirely under the customer’s control: encryption and key management are probably the most effective ways of segmenting and separating virtual environments.</p>
<p>Cloud encryption does bring new questions around control with it, specifically who manages the encryption keys? If the cloud provider or your encryption vendor is responsible for the encryption and key management, compliance becomes an issue (how can one guarantee that cloud data is safe different entity has access to the encryption keys – hence to the data).</p>
<p>In such cases, solutions such as <a href="http://www.porticor.com/" target="_blank">Porticor</a> cloud security can significantly help. Porticor’s Virtual Private Data system offers the convenience of cloud-based hosted key management without sacrificing trust by requiring someone else to manage the keys. Porticor uses split-key encryption technology, and simultaneously encrypts the key shares using homomorphic encryption technology – even when they are in use, hence protecting the keys and guaranteeing they remain under customer control and are never exposed. (To read more about Porticor click <a href="http://www.porticor.com/porticor-key-management-white-paper/" target="_blank">here</a> for the white paper).</p>
<p>The post <a href="http://www.porticor.com/2013/02/cloud-compliance-responsibility/">Cloud Compliance in Infrastructure as a Service is Mainly Your Responsibility</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=lVZODi_aoxk:g9gQUPrhi7w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=lVZODi_aoxk:g9gQUPrhi7w:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=lVZODi_aoxk:g9gQUPrhi7w:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=lVZODi_aoxk:g9gQUPrhi7w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=lVZODi_aoxk:g9gQUPrhi7w:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=lVZODi_aoxk:g9gQUPrhi7w:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=lVZODi_aoxk:g9gQUPrhi7w:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Cloud-Silver-Lining/~4/lVZODi_aoxk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.porticor.com/2013/02/cloud-compliance-responsibility/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.porticor.com/2013/02/cloud-compliance-responsibility/</feedburner:origLink></item>
		<item>
		<title>Porticor VPD – Enhanced User Interface</title>
		<link>http://feedproxy.google.com/~r/Cloud-Silver-Lining/~3/7lGec44uFMw/</link>
		<comments>http://www.porticor.com/2013/02/porticor-vpd-enhanced-user-interface/#comments</comments>
		<pubDate>Tue, 05 Feb 2013 18:44:04 +0000</pubDate>
		<dc:creator>Yaron</dc:creator>
				<category><![CDATA[Support Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.porticor.com/?p=4957</guid>
		<description><![CDATA[<p>Today we released version 2.15 of the Porticor VPD product. The main benefit of this new version is highly visible: the graphical user interface (GUI) was enhanced in all areas of the product. The main goals of the new user interface are: Maintain (or slightly improve) the product&#8217;s functionality. Maintain full backward compatibility with existing [...]</p><p>The post <a href="http://www.porticor.com/2013/02/porticor-vpd-enhanced-user-interface/">Porticor VPD &#8211; Enhanced User Interface</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Today we released <a title="Release Notes" href="https://pvkm.porticor.com/porticor-setup/release-notes.php" target="_blank">version 2.15</a> of the Porticor VPD product. The main benefit of this new version is highly visible: the graphical user interface (GUI) was enhanced in all areas of the product.</p>
<p>The main goals of the new user interface are:</p>
<ul>
<li><span style="line-height: 12.986111640930176px;">Maintain (or slightly improve) the product&#8217;s functionality.</span></li>
<li>Maintain full backward compatibility with existing deployed appliances.</li>
<li>Align the product&#8217;s visual &#8220;language&#8221; with Porticor&#8217;s <a title="Porticor" href="http://porticor.com" target="_blank">Web presence</a>.</li>
<li>Improve in-product navigation.</li>
</ul>
<div id="attachment_4959" class="wp-caption aligncenter" style="width: 1075px"><a href="http://www.porticor.com/wp-content/uploads/2013/02/Screenshot-from-2013-02-05-203845.png"><img class="size-full wp-image-4959" alt=" Screenshot from 2013 02 05 203845 Porticor VPD   Enhanced User Interface" src="http://www.porticor.com/wp-content/uploads/2013/02/Screenshot-from-2013-02-05-203845.png" width="1065" height="445" title=" Screenshot from 2013 02 05 203845 Porticor VPD   Enhanced User Interface" /></a><p class="wp-caption-text">Portal Page &#8211; PVKM</p></div>
<p>Other than the new colors and the modernized user interaction, the last bullet is the most noticeable. Each page on the new appliance improves the user&#8217;s navigation experience by providing a pair of menus: a top menu for in-appliance navigation, and a left-hand menu for out-of-appliance navigation. In addition, each page displays the project name, the name of the appliance (this is most useful for multi-instance AWS projects) and the user&#8217;s name.</p>
<div id="attachment_4967" class="wp-caption aligncenter" style="width: 1034px"><a href="http://www.porticor.com/wp-content/uploads/2013/02/Screenshot-from-2013-02-05-203750.png"><img class=" wp-image-4967 " alt=" Screenshot from 2013 02 05 203750 1024x510 Porticor VPD   Enhanced User Interface" src="http://www.porticor.com/wp-content/uploads/2013/02/Screenshot-from-2013-02-05-203750-1024x510.png" width="1024" height="510" title=" Screenshot from 2013 02 05 203750 1024x510 Porticor VPD   Enhanced User Interface" /></a><p class="wp-caption-text">Portal Page &#8211; Appliance</p></div>
<h2>Existing Customers</h2>
<p>As noted, the new PVKM is fully compatible with existing appliances, and the full PVKM functionality is available under the new &#8220;skin&#8221;.</p>
<p>If you wish to upgrade your appliances to the new GUI, you need to follow the <a title="How to Restore Your Project" href="http://www.porticor.com/2011/05/how-to-restore-your-project/" target="_blank">restore procedure</a>, just like any other product upgrade.</p>
<p>The post <a href="http://www.porticor.com/2013/02/porticor-vpd-enhanced-user-interface/">Porticor VPD &#8211; Enhanced User Interface</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=7lGec44uFMw:0h8HzRlEyPk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=7lGec44uFMw:0h8HzRlEyPk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=7lGec44uFMw:0h8HzRlEyPk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=7lGec44uFMw:0h8HzRlEyPk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=7lGec44uFMw:0h8HzRlEyPk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=7lGec44uFMw:0h8HzRlEyPk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=7lGec44uFMw:0h8HzRlEyPk:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Cloud-Silver-Lining/~4/7lGec44uFMw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.porticor.com/2013/02/porticor-vpd-enhanced-user-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.porticor.com/2013/02/porticor-vpd-enhanced-user-interface/</feedburner:origLink></item>
		<item>
		<title>Key management and encryption in VMware-based clouds</title>
		<link>http://feedproxy.google.com/~r/Cloud-Silver-Lining/~3/ueQvsG6vN5E/</link>
		<comments>http://www.porticor.com/2013/02/cloud-key-management-vmware/#comments</comments>
		<pubDate>Mon, 04 Feb 2013 08:08:25 +0000</pubDate>
		<dc:creator>Gilad Parann-Nissany</dc:creator>
				<category><![CDATA[Cloud Security, Cloud Encryption and Cloud Key Management]]></category>

		<guid isPermaLink="false">http://www.porticor.com/?p=4940</guid>
		<description><![CDATA[<p>VMware is without a doubt a major platform for private as well as public cloud deployments. But as in any other cloud-based system, data security, and more specifically cloud encryption and key management are fundamental building blocks. Cloud key management and encryption requirements We have found that external users have many of the same security [...]</p><p>The post <a href="http://www.porticor.com/2013/02/cloud-key-management-vmware/">Key management and encryption in VMware-based clouds</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>VMware is without a doubt a major platform for private as well as public cloud deployments. But as in any other cloud-based system, data security, and more specifically cloud encryption and key management are fundamental building blocks.</p>
<h3>Cloud key management and encryption requirements</h3>
<p>We have found that <a href="http://www.porticor.com/2012/11/private-and-public-clouds-in-2013/" target="_blank">external users have many of the same security requirements</a>, whether the cloud is public or private: from an external user’s point of view, the differences between public and private clouds are technical details, and the user requires the same guarantees from the provider.</p>
<p>In particular, users expect to own their data. In a business context, a user is often another business. These businesses want to know that they are enjoying the benefits of the provided service, but that the provider cannot read their data.</p>
<p>As a consequence, cloud infrastructure must provide an ability to encrypt sensitive data, and to keep encryption keys under the control of the user. This requirement shows up in public deployments, as a requirement to control keys that encrypt disks. It also shows up in private deployments, as a requirement to control keys that are used by the software solution: each user wants to have separate keys, so that other users <i>and </i>the solution provider cannot read the users data. Such solutions are beginning to emerge, for example <a href="https://www.porticor.com/technology/">split-key encryption and homomorphic key management</a>.</p>
<h3>Public cloud deployments</h3>
<p>Public providers often want to “chop” a large storage array into chunks that are usable for customers. Virtualization technology is very natural here, but the challenge is to make each “chunk” encrypted by different keys, so that customers remain in control.</p>
<p>A natural solution here has emerged from <a href="http://www.porticor.com/">Porticor</a>: Virtual Appliances are deployed on the same VMware-based infrastructure that the provider has chosen. These appliances know how to consume a LUN or VMFS, and re-expose it as a new LUN or VMFS, this time encrypted using keys that are specific to a customer. (For further details read the white paper <a href="https://www.porticor.com/porticor-key-management-white-paper/" target="_blank">here</a>)</p>
<p>The Porticor solution actually leverages the same flexibility to carve up storage and compute &#8211; that is available from the VMware cloud infrastructure &#8211; and adds encryption and key management as a natural layer.</p>
<h3>Private cloud deployments</h3>
<p>Private providers often have a specific software solution in mind. Here Porticor’s ability to provide unique “tokens” for users, groups or roles – and an API that integrates with the provider’s identity &amp; access management solution – allows individual and group identities to be maintained at the encryption layer.</p>
<p>Providers can offer full multi-tenancy, yet guarantee that the user’s individual data is encrypted using a key that only the user knows. The provider’s employees literally provide the service yet cannot read the data.</p>
<h1>Summary</h1>
<p>The flexibility of modern virtualization environments is often presented as a security challenge, but with the right technology, it can actually enhance security and offer users greater control of their data – without the hassle of managing it themselves.</p>
<p>The post <a href="http://www.porticor.com/2013/02/cloud-key-management-vmware/">Key management and encryption in VMware-based clouds</a> appeared first on <a href="http://www.porticor.com">Porticor Cloud Security</a>.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=ueQvsG6vN5E:UtLZB_4Rbkw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=ueQvsG6vN5E:UtLZB_4Rbkw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=ueQvsG6vN5E:UtLZB_4Rbkw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=ueQvsG6vN5E:UtLZB_4Rbkw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=ueQvsG6vN5E:UtLZB_4Rbkw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?a=ueQvsG6vN5E:UtLZB_4Rbkw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Cloud-Silver-Lining?i=ueQvsG6vN5E:UtLZB_4Rbkw:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Cloud-Silver-Lining/~4/ueQvsG6vN5E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.porticor.com/2013/02/cloud-key-management-vmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.porticor.com/2013/02/cloud-key-management-vmware/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 1442/1519 objects using apc

 Served from: porticor.com @ 2013-06-18 22:38:02 by W3 Total Cache -->
