We need to fix DMs on Nostr. They're end to end encrypted, but you can see all the metadata of who is talking to who when. We can't build a proper black market on Nostr until we get discreet DMs.
Discussion
it was designed to keep open i think visible to all
Just curious...
What's the solution?
(I'm a coder, but haven't done any nostr programming...)
I have no idea yet, I haven't taken a look at it. I haven't been in the mood to do any coding the past couple years. Nostr is starting to inspire me to pick it up again.
There is probably some slick multi-sig solution, but how do you think it would happen? idea just to kick it off ...
0. Establish an Anonstrich user (could even throw away the the private key)
1. Nostr1 Creates a message to Nostr2 and encrypts it with Nostr2's public key.
2. Nostr1 sends public message to Anonstrich (contains encrypted message for Nostr2)
2. Nostr2 scans all of AnonyStrich public messages and can only read the ones encrypted with their public key.
Cool, thanks for chiming in...🙏😁