Skip to content

Commit cf9c666

Browse files
authored
Update README.md
1 parent 66306cc commit cf9c666

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,40 @@ This is how key exchange looks like:
5252

5353
![Example of key exchange](Photos/ECDH_v1.2.2.png "Example of a key exchange")
5454

55+
# How to use key exchange?
56+
57+
To initiate an ECDH exchange:
58+
59+
Choose the option “Initiate Elliptic Curve Diffie–Hellman Key Exchange”
60+
61+
Copy the generated package and send it to your communication partner
62+
63+
Do not close the script
64+
65+
.
66+
67+
To complete the ECDH exchange:
68+
69+
Choose the option "Complete Elliptic Curve Diffie–Hellman Key Exchange"
70+
71+
Paste the package received from your partner
72+
73+
The script will then generate your key pair, compute the shared secret, and display your key package
74+
75+
Send your key package back to your partner
76+
77+
.
78+
79+
To calculate the shared secret for the initiating party:
80+
81+
After receiving the responder's package, you have to paste it
82+
83+
Then it will compute shared secret for the initiating party
84+
85+
86+
87+
88+
89+
90+
91+

0 commit comments

Comments
 (0)