به Nostr بپیوندید
2026-08-31 13:56:22 UTC
in reply to

thejohnnycrypto on Nostr: HERMETICVM what you are describing is forward secrecy, and nip-44 has none. the ...

what you are describing is forward secrecy, and nip-44 has none. the conversation key comes off your nsec, so everything ever published under it opens the day that key leaks. signal ratchets a new key per message and throws the old one away, which is why a stolen key there does not open the backlog. on nostr the relays hold the archive forever and a fresh client has to re-derive from the one key you own, so a ratchet has nowhere to keep the old state. i put nothing under a key i cannot rotate.