A highly secure, private messaging client leveraging the Nostr protocol's most advanced cryptographic extensions (NIP-44 and NIP-59) for maximum metadata protection
First Layer (NIP-44): Message content is encrypted using a shared secret derived via ECDH
Second Layer (NIP-59): The entire encrypted event is wrapped in a "Gift Wrap" with an ephemeral key
This ensures that Nostr relays cannot discern the sender, recipient, or message content. They merely store and forward opaque, encrypted data packets, making network-level surveillance and social graph analysis exceptionally difficult
https://github.com/kowirth/chat
Login to reply