self destructing messages #51
Replies: 3 comments 13 replies
-
Thanks a lot for the feedback! Really great to hear you got it up and running without any major hurdles :) The self-destructing messages is a great idea, but it is really hard to implement from a cryptographic standpoint, at least in a way where we can guarantee that messages are actually deleted within their specified time-frame, since once someone has the message, you can't really "coerce" them to delete it. Even if we add a message time out to all LXMF clients that currently exist, anyone can just implement their own client that ignores the self-destruct time. But maybe it would still be valuable to add support for this in a standardised way, so clients that want to support it can. It would be pretty simple to implement, and we just need to agree on an LXMF field to use for a "deletion timestamp" value. I think there'd be value in this from an ease-of-use perspective, even though there is no way to cryptographically guarantee that the deletion occurs. |
Beta Was this translation helpful? Give feedback.
-
The obvious solution du jour would involve smart contracts to make sure people comply with rules. But something like this might be a better idea: https://github.com/pfrazee/vitra All you really want to know is whether the other party has behaved or not. So you want some proof that they executed the "op_code" or if they did not. Almost like a ZK-Proof. You don't need to force compliance for 99% of cases, but rather just know whether someone "betrayed" you (to use dramatic language) and then you can act appropriately as needed. |
Beta Was this translation helpful? Give feedback.
-
Can the encryption be turned off for us ham radio people ? Or am I missing
something?
Steve
On Mon, May 2, 2022 at 4:10 PM timp34 ***@***.***> wrote:
Just started out with Nomadnet over a couple of Lora modules.. must say
this was soooooo much easier than Meshtastic and android phones etc.. to
get link up and running and usable with Nomadnet - well done on this it and
looking forward to expanding my testing as have about 8 lora radios looking
to spread out and test with Nomadnet/Reticulum.
A feature request/suggestion is "self destructing" or "disappearing"
messages within Nomadnet. similar to timeout in Signal App.
Maybe even just an option to "delete" messages past certain duration - eg:
7 days.
Keep up the great work!
—
Reply to this email directly, view it on GitHub
<#51>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APRMG4TRAVHPO6T4Y5FKEF3VIBOF7ANCNFSM5U5LG34Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Pardon the brevity, sent from a mobile device. So there.
|
Beta Was this translation helpful? Give feedback.
-
Just started out with Nomadnet over a couple of Lora modules.. must say this was soooooo much easier than Meshtastic and android phones etc.. to get link up and running and usable with Nomadnet - well done on this it and looking forward to expanding my testing as have about 8 lora radios looking to spread out and test with Nomadnet/Reticulum.
A feature request/suggestion is "self destructing" or "disappearing" messages within Nomadnet. similar to timeout in Signal App.
Maybe even just an option to "delete" messages past certain duration - eg: 7 days.
Keep up the great work!
Beta Was this translation helpful? Give feedback.
All reactions