Skip to content

Commit

Permalink
REFACTOR: updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jontonsoup committed Mar 20, 2013
1 parent 169e0ec commit b77019a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b77019a

Please sign in to comment.