From 7a17be153c3587e3e149ebd1fdcab630b17849f6 Mon Sep 17 00:00:00 2001 From: warner <> Date: Thu, 26 Apr 2007 18:39:18 +0000 Subject: [PATCH] [Imported from Trac: page VerifierId, version 1] --- VerifierId.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 VerifierId.md diff --git a/VerifierId.md b/VerifierId.md new file mode 100644 index 0000000..d14d2fc --- /dev/null +++ b/VerifierId.md @@ -0,0 +1,5 @@ +The "verifier id" is a tagged hash of the encrypted file to be uploaded. + +It is used as an index to the [StorageServer](StorageServer) service on each peer. Each [StorageServer](StorageServer) holds zero or more shares for each file in objects called "buckets": the collection of these buckets is indexed by verifierid. + +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](FileId) to [VerifierId](VerifierId).