Changes between Initial Version and Version 1 of VerifierId
- Timestamp:
- 2007-04-26T18:39:18Z (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VerifierId
v1 v1 1 The "verifier id" is a tagged hash of the encrypted file to be uploaded. 2 3 It is used as an index to the StorageServer service on each peer. Each StorageServer holds zero or more shares for each file in objects called "buckets": the collection of these buckets is indexed by verifierid. 4 5 The same plaintext file can be encrypted in multiple ways (by changing the encryption key): each different resulting crypttext will have a different verifierid. As a result there is a one-to-many mapping from FileId to VerifierId.