Skip to content

Commit

Permalink
extra note
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed May 30, 2024
1 parent 1ed8ab2 commit 59611f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/12_hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ A encrypted BUS message is a regular bus message, but has the type `"hive.identi

Where `"ciphertext"` can only be decoded by the target Node, not by any intermediary

> Intermediate nodes do not know **the contents** of the message, nor **who the recipient is**
When a message needs to be sent securely, it is encrypted using the recipient node's public PGP key. This ensures that only the intended recipient, who possesses the corresponding private PGP key, can decrypt the message.

After encryption, the message is signed with the sender's private PGP key. This provides authentication and integrity, ensuring that the message has not been tampered with and confirming the sender's identity.
Expand All @@ -61,6 +63,7 @@ Upon receiving an encrypted message, the recipient node attempts to decrypt it u

the target node public key needs to be known beforehand if you want to send secret messages


#### Shared Bus

`SHARED_BUS` is single hop and flows from `slave -> master`
Expand Down

0 comments on commit 59611f2

Please sign in to comment.