Damus
Jumble · 3d
https://jumble.social/ has launched DM support, implemented as NIP-17 DMs on top of NIP-4e (https://github.com/nostr-protocol/nips/blob/per-device-keys/4e.md). At the moment only coop supports this p...
arthurfranca profile picture
NIP 4e is interesting but is rotating the encryption key regularly really a good idea?

If you decouple encryption from you main key and rotate encryption keys at will, there's no punishment to leaking conversations because revealing the message does not reveal the peer's main private key, just that disposable encryption key.
2
Jumble · 2d
Regularly rotating encryption keys isn’t really a good fit for a web client like Jumble. Users often access it across multiple devices, and sometimes even across different browsers on the same device. If one instance rotates the encryption key, syncing becomes messy, and users usually have no idea...
Flowey · 2d
The key is not rotated regularly, the user needs to decide when to do this.