| > White Noise stands out by merging Nostr’s decentralized network with advanced encryption. How does White Noise address criticisms surrounding Nostr's implementation[1]: > While nostr offers the ability to send encrypted DMs to user pubkeys, the metadata of these messages are broadcast publicly via relays. This is the same as a bitcoin transaction being viewable on the public ledger. The contents of the direct message will be encrypted, but other metadata like the sender and recipient can be viewed by anyone. Even assuming if metadata is encrypted, does WN's implementation broadcast messages across public relays? If you can map out social networks based on publicly available data, can tell if one user messages another, or correlate when messages were sent to/from whom, I would not call that private. [1] https://ron.stoner.com/nostr_Security_and_Privacy/ |
The then immediate issue is routing becomes very inefficient since every node now needs to receive and attempt to decrypt every single message. Which they solved by having channels to split up the network and only require decrypting of every message on the same channel as your address.