V3:
A sharing node stores the public RSA from a node it shares data from. If a bad state actor could get the hands of lots of nodes, they could figure out that two shared data originated from the same node.
It cannot know who shared it.
Solution:
Store every shared file in its own folder. So instead of storing in it folder /3/ because it is the node “3” (from this nodes perspective) store it in a unique folder /785/ because it is the shared data number 785
This will, as V2, be published when V1 is published.
You must log in or register to comment.