That could be cool. A short TTL container that spins up with a random relay and sets it for both parties with a specified duration for a "secret" conversation

Reply to this note

Please Login to reply.

Discussion

When the TTL expiry is up, the container is shut down and all data wiped, with the secret conversation ceasing to exist. With some automation, I could see it being done.

Yeah – I haven't thought through the implementation (and it's obviously limited by how much you want to trust the infra provider where the relay lives) but it's a fun idea.

True, but if encrypted, shouldn't be able to decrypt.

The hardest part would be client integration. I can easily right a script to spin up new relays with random endpoint.

But configuring a client to allow setting PMs to using only the revolving relays would be troublesome.

That said, you could probably bake in all the rotating relays behind a single proxy endpoint like with this https://github.com/Dolu89/nostr-proxy

Write* lol