]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs: introducing "provider-independent security"; Nathan Wilcox gave me good advice...
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 22 Jul 2009 03:17:50 +0000 (20:17 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 22 Jul 2009 03:17:50 +0000 (20:17 -0700)
docs/about.html

index d1ead0adc3d26a7505ac3b57538aeab10e760531..820598e415307893d77043b7d26f8b89370d6c62 100644 (file)
@@ -9,10 +9,11 @@
 
   <body>
     <h1>Welcome to Tahoe-LAFS</h1>
-    <p>Welcome to Tahoe, the Least-Authority Filesystem.  Tahoe-LAFS is the only secure cloud storage system.  All of the source code is available under a choice of two Free Software, Open Source licences.</p>
-    <h2>The only secure cloud storage system?</h2>
-    <p>Every seller of cloud storage services will tell you that their service is secure.  But what they mean by that is something fundamentally different from what we mean.  What they mean by "secure" is that they try really hard not to misuse the power to read or alter your data.  This turns out to be hard.  Bugs, misconfigurations, and operator error can accidentally expose your data to another customer or to the public, or can corrupt your data.  Criminals routinely gain illicit access to corporate servers.  Most insidiously of all, employees of the service provider itself may read or alter your data out of carelessness, avarice, or mere curiousity.  The most conscientious of these service providers spend considerable effort and expense trying to mitigate these risks.</p>
-    <p>What we mean by "security" is something different.  <em>The service provider never has the ability to read or alter your data in the first place.</em>  Never.  If you store your data with Tahoe-LAFS, then all of the threats described above are non-issues to you.  Not only is it easy for the service provider to avoid exposing or corrupting your data, but in fact they couldn't do so if they tried.</p>
+    <p>Welcome to Tahoe, the Least-Authority Filesystem.  Tahoe-LAFS is the first cloud storage technology with <em>provider-independent security</em>.</p>
+
+    <h2>provider-independent security?</h2>
+    <p>Every seller of cloud storage services will tell you that their service is secure.  But what they mean by that is something fundamentally different from what we mean.  What they mean by "secure" is that they try really hard not to misuse the power to read or modify your data.  This turns out to be hard.  Bugs, misconfigurations, and operator error can accidentally expose your data to another customer or to the public, or can corrupt your data.  Criminals routinely gain illicit access to corporate servers.  More insidiously, employees of the service provider itself may read or modify your data out of carelessness, avarice, or mere curiousity.  The most conscientious of these service providers spend considerable effort and expense trying to mitigate these risks.</p>
+    <p>What we mean by "security" is something different.  <em>The service provider never has the ability to read or modify your data in the first place.</em>  Never.  If you use Tahoe-LAFS, then all of the threats described above are non-issues to you.  Not only is it easy for the service provider to avoid exposing or corrupting your data, but in fact they couldn't do so if they tried.  This is what we call <em>provider-independent security</em>.</p>
     <p>All that, and we don't sacrifice convenience or ease-of-use!  Here's how it works.</p>
 
     <img src="http://allmydata.org/~zooko/network-and-reliance-topology.png"></img>
@@ -22,7 +23,7 @@
     <p>The filesystem is encrypted and spread over multiple servers in such a way that it continues to function even when some of the servers are unavailable, malfunctioning, or malicious.</p>
 
     <p>A "storage grid" is made up of a number of storage servers.  A storage server has local attached storage (typically one or more hard disks).  A "gateway" uses the storage servers and provides access to the filesystem over HTTP(S) or (S)FTP.</p>
-    <p>Users do not rely on storage servers to provide <i>confidentiality</i> nor <i>integrity</i> for their data -- instead all of the data is encrypted and integrity-checked by the gateway, so that the servers can neither read nor alter the contents of the files.</p>
+    <p>Users do not rely on storage servers to provide <i>confidentiality</i> nor <i>integrity</i> for their data -- instead all of the data is encrypted and integrity-checked by the gateway, so that the servers can neither read nor modify the contents of the files.</p>
     <p>Users rely on storage servers for <i>availability</i>.  The ciphertext is erasure-coded and distributed across <cite>N</cite> storage servers (the default value for <cite>N</cite> is 10) so that it can be recovered from any <cite>K</cite> of these servers (the default value of <cite>K</cite> is 3).  Therefore only the simultaneous failure of <cite>N-K+1</cite> (with the defaults, 8) servers can make the data unavailable.</p>
     <p>In the typical deployment mode each user runs her own gateway on her own machine.  This way she relies on her own machine for the confidentiality and integrity of the data.</p>
     <p>An alternate deployment mode is that the gateway runs on a remote machine and the user connects to it over HTTPS or SFTP.  This means that the operator of the gateway can view and modify the user's data (the user <i>relies on</i> the gateway for confidentiality and integrity), but the user can access the filesystem with a client that doesn't have the gateway software installed, such as an Internet kiosk or cell phone.</p>