Difference between revisions of "Subscriptions"

From Bitmessage Wiki
Jump to navigation Jump to search
(added safety informations and links)
Line 1: Line 1:
A subscription allows a user to receive messages broadcasted from a subscribed address. Since broadcasts are encrypted, a subscription is a must-have, since the public key of the sender is required to decrypt a broadcast. The key is only obtainable if the Bitmessage address of the broadcaster is known.
+
A subscription allows a user to receive [[Broadcast|broadcasts]] from a subscribed [[address]]. Since broadcasts are encrypted, a subscription is a must-have, because the public key of the sender is required to decrypt a broadcast.
 +
 
 +
== Safety ==
 +
A Broadcast is encrypted with a key, that can be derived from the address it was sent from.
 +
To decrypt a broadcast without having the address requires a user to [[Public key to bitmessage address|convert a public key to the address it is used for]].
 +
After this has been done, the derived key must be created from each generated address and decryption has to be tried.
 +
This process gets harder with more active addresses being in the network but it is possible.
 +
Once a broadcast is decrypted, the sender address is known.
  
 
== Storage ==
 
== Storage ==
Broadcasted messages and the subscription entry itself are stored in the [[messages.dat]].
+
Broadcasted [[Message|messages]] and the subscription entry itself are stored in the [[messages.dat]].
  
 
[[Category:Address terms]]
 
[[Category:Address terms]]

Revision as of 20:58, 29 August 2013

A subscription allows a user to receive broadcasts from a subscribed address. Since broadcasts are encrypted, a subscription is a must-have, because the public key of the sender is required to decrypt a broadcast.

Safety

A Broadcast is encrypted with a key, that can be derived from the address it was sent from. To decrypt a broadcast without having the address requires a user to convert a public key to the address it is used for. After this has been done, the derived key must be created from each generated address and decryption has to be tried. This process gets harder with more active addresses being in the network but it is possible. Once a broadcast is decrypted, the sender address is known.

Storage

Broadcasted messages and the subscription entry itself are stored in the messages.dat.