File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -52,3 +52,40 @@ This is how key exchange looks like:
52
52
53
53
![ Example of key exchange] ( Photos/ECDH_v1.2.2.png " Example of a key exchange ")
54
54
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
+
You can’t perform that action at this time.
0 commit comments