Replies: 3 comments 19 replies
-
simplex is "trust me bro we'll delete your messages" to get forward security. it also doesn't handle mitm/identity issues, so we will still need to use nostr public keys. it's not actually nostr. requires spinning up a new server. encrypting and signing with the shared secret on nostr gets you dm's that work, are free of metadata leaks and are plausibly deniable, and free of spam, we will continue to do this for private dm's. contacting "trail of bits" to see how long it would take them to review this single-line change to nip-44 for security |
Beta Was this translation helpful? Give feedback.
-
trusting that a server is going to delete your message and that nobody intercepted it for later analysis..is I guess okay? |
Beta Was this translation helpful? Give feedback.
-
Hey. Evgeny here. Happy to answer any questions. On forward secrecy, it’s not related to relays deleting or not deleting messages - it’s about cryptographic guarantees of key agreement protocol. On identity - SimpleX has no identity, it’s established by the users out of band (where the user got the link from defines the contact identity for a given user, but not for the network). Identity linked with public keys has the downside of non-repudiation, which is undesirable for DMs, but given Nostr already provides this identity layer it can be used of course, as long as these keys are not used to sign the messages, but only to connect. |
Beta Was this translation helpful? Give feedback.
-
This was discussed several times, and the idea that we can integrate SimpleX https://simplex.chat as a backend for direct messaging on the platforms.
In this thread I will evaluate SimpleX and the amount of work required to integrate it.
All facts, positive & negative (work in progress...):
Beta Was this translation helpful? Give feedback.
All reactions