Deutsch English Français Italiano |
<ut3mfo$i7mc$1@paganini.bofh.team> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder6.news.weretis.net!feeder8.news.weretis.net!paganini.bofh.team!tor-network!not-for-mail From: nostrich <bird@nos.tr> Newsgroups: sci.crypt Subject: Using NOSTR Like Bitmessage for Truly Anonymous Messages Date: Sat, 16 Mar 2024 03:54:00 -0500 Organization: To protect and to server Message-ID: <ut3mfo$i7mc$1@paganini.bofh.team> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Date: Sat, 16 Mar 2024 08:50:01 -0000 (UTC) Injection-Info: paganini.bofh.team; logging-data="597708"; posting-host="g63Ubhn+P9wDwntV2zhMnw.user.paganini.bofh.team"; mail-complaints-to="usenet@bofh.team"; posting-account="9dIQLXBM7WM9KzA+yjdR4A"; Cancel-Lock: sha256:ayzkR2GbwOztwuMFX8w15Gr0Rn3OFfDv0JzzMv9g7SA= X-Notice: Filtered by postfilter v. 0.9.3 X-TOR-Router: sha256:MmEwYjpmNGMyOjM6Ojc0 -- Bytes: 2088 Lines: 17 By design NOSTR private messaging does not hide non-content metadata. However a simple trick overcomes this limitation and allows one to emulate a flood protocol via NOSTR. A group of participants must agree upon a public inbox represented by a single nostr npub identity (profile). All participants pre-encrypt their messages using the PGP public key of the recipient. Then the pre-encrypted messages are sent from a temporary NOSTR account to the public inbox account. All users viewing the feed of the public inbox account will get all the encrypted messages, and will be able to decrypt the messages meant for themselves. In this way it is not possible to link senders and receivers, providing strong privacy. This is similar to the method of using the newsgroup alt.anonymous.messages. The public nostr inbox can be created by a single participant, or an anonymous participant can create the public inbox and publish the nostr private key for that inbox so that anyone can use it. In order to circumvent ISP surveillance the users should employ a anonymizing network such as Tor, I2P, or Ygrdrassil to communicate with the nostr relays.