-
Notifications
You must be signed in to change notification settings - Fork 57
topic in HDF
should be hashed
#260
Comments
The only problem I see with this is that we store cursors based off of |
Doesn't this already account for that? |
Ah, yes it would, I misread that part. If we map by hash though we can only display hashes later (like when pulling |
Hmm it would also make it hard to join a stream and iterate all topics to join the ones you want (like we discussed a few weeks ago) |
Description
BranchAnnouncement
s securely mask the topic of the new branch being created. However, messages published to the branch include the topic in theHDF
, which is readable by anybody.Solution
BranchAnnouncement
s andKeyload
s (assuming #259) carry over the topic of the branch in a secure manner. This means that any subscriber that is supposed to be aware of a topic to which a message is sent, must have already gotten access to the topic plaintext. If the mapping of the cursors of the branches is done with the hash of the topics instead of their plaintext, theHDF
only need to include such hash.The text was updated successfully, but these errors were encountered: