Changes between Version 97 and Version 98 of FAQ


Ignore:
Timestamp:
2013-07-29T10:30:50Z (11 years ago)
Author:
daira
Comment:

Thinko

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v97 v98  
    2525Erasure coding should not be confused with "secret sharing", which has the additional security property that fewer than {{{K}}} servers cannot recover any information about the data. Tahoe-LAFS' erasure coding does not have this property, and does not need to have it because we rely on secret-key encryption (using a key in the read cap) for confidentiality.
    2626
    27 "Information Dispersal Code" (IDA) can refer either to an erasure code or a secret sharing algorithm depending on context, so we prefer not to use that term.
     27"Information Dispersal Algorithm" (IDA) can refer either to an erasure code or a secret sharing algorithm depending on context, so we prefer not to use that term.
    2828
    2929'''[=#Q3_disable_encryption Q3:] Is there a way to disable the encryption for content which isn't secret? Won't that save a lot of CPU cycles?'''