From b77019a2e034115657e12f134d7a990b54d5958d Mon Sep 17 00:00:00 2001 From: Jonathan Friedman Date: Wed, 20 Mar 2013 15:32:39 -0500 Subject: [PATCH] REFACTOR: updated docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c27ce24..5daef2f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ TFH is a file storage system that builds on top of a modified version of the Kad - Random transmission of file segments so people sniffing the wire cannot reconstruct the file - This is because both the file segments overlap (meaning there are many segments of a file that repeat) - And the the order of the file segments used to reconstruct the file is known only to the sender of the file -- Our system will interleave 10% “Junk Chunks” to confuse anyone who might be trying to reconstruct the file. Only the transmitter of the file knows which segments are real and which ones are junk +- Our system will interleave a random amount up to 10% “Junk Chunks” to confuse anyone who might be trying to reconstruct the file. Only the transmitter of the file knows which segments are real and which ones are junk ##Algorithm: ### Encryption