]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - docs/convergence-secret.rst
WIP and debugging things
[tahoe-lafs/tahoe-lafs.git] / docs / convergence-secret.rst
index 01e30811b34cbad20ad25f85e3ca3736d08b99a8..e94392bbe490071a530706a183919d61a03809f8 100644 (file)
@@ -1,9 +1,9 @@
-
+.. -*- coding: utf-8-with-signature -*-
 
 What Is It?
 -----------
 
-The identifer of a file (also called the "capability" to a file) is derived
+The identifier of a file (also called the "capability" to a file) is derived
 from two pieces of information when the file is uploaded: the content of the
 file and the upload client's "convergence secret". By default, the
 convergence secret is randomly generated by the client when it first starts
@@ -11,10 +11,10 @@ up, then stored in the client's base directory (<Tahoe's node
 dir>/private/convergence) and re-used after that. So the same file content
 uploaded from the same client will always have the same cap. Uploading the
 file from a different client with a different convergence secret would result
-in a different cap—and in a second copy of the file's contents stored on the
-grid. If you want files you upload to converge (also known as "deduplicate")
-with files uploaded by someone else, just make sure you're using the same
-convergence secret when you upload files as they
+in a different cap -- and in a second copy of the file's contents stored on
+the grid. If you want files you upload to converge (also known as
+"deduplicate") with files uploaded by someone else, just make sure you're
+using the same convergence secret when you upload files as them.
 
 The advantages of deduplication should be clear, but keep in mind that the
 convergence secret was created to protect confidentiality. There are two