Skip to content

Commit

Permalink
simplify handshake docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 24, 2024
1 parent e67f12f commit a30cd2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/12_handshake.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ For detailed code and various usage examples, you can refer to the [Poorman Hand

- The server provides a public key to the client, and the client verifies the server's authenticity.

- Supports implicit trust for first-time connections (when no public key is available).
- Supports implicit trust for first-time connections (when no previous public key is available).

- Uses asymmetric encryption (RSA, for example) to ensure that communication is secure and cannot be intercepted or modified.
- Uses asymmetric encryption to ensure that communication is secure and cannot be intercepted or modified.

- Encrypts the symmetric session key to allow further communication using the shared key.
- The symmetric session key (AES) for further communication is transmitted encrypted with PGP public keys.


> ⚠️ PGP Handshake is a work in progress! 🚧
Expand Down

0 comments on commit a30cd2c

Please sign in to comment.