You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The simpliest way to describe how it works is to draw that, so, I did that, here
13
13
```
14
14
_____ _____
15
15
/ \ / \
16
-
| m | | m | - 1 Step. We have the same as I like to tell 'trash values'.
16
+
| m | | m | - 1 Step. We have the same values at the beginning.
17
17
\_____/ \_____/
18
18
| |
19
19
__|__ __|__
@@ -42,7 +42,7 @@ The simpliest way to describe how it works is to draw that, so, I did that, here
42
42
\_____/ \_____/
43
43
```
44
44
45
-
So, you have successfully traced the 'fingered-edition' DiffieHellman, but we're here for something much more difficult and interesting, you're here for education, doesn't it? ;) <br/><br/>
45
+
So, you have successfully traced the 'fingered-edition' DiffieHellman, but we're here for something much more difficult and interesting, you're here for education, not for code, doesn't it? ;) <br/><br/>
46
46
47
47
I'm joking, it's 'safed' by MIT Licence, it's fully your's. <br/><br/>
48
48
@@ -73,7 +73,7 @@ S2 = A**b mod P // For Bob.
73
73
S1 = S2
74
74
```
75
75
76
-
Congratulations! Now, you understand how it works, don't you want to see some examples? Look at the screenshots below.<br/>
76
+
Congratulations! We did that! Now, you understand how it works, don't you want to see some examples? Look at the screenshots below.<br/>
77
77
78
78

79
79
@@ -91,7 +91,7 @@ Good question, not difficult in fact:
91
91
* 2.) Now, we have the same keys. We need to get an encrypted channel, how to do that? My answers are here: <br/>
** 2.) [RES standard (mine one)](https://github.com/Red-company/RES_Implementation). <br/>
94
-
You can use DH shared key as a key or to make it x2 longer with [my simple encryption algorithm(Va1)](https://github.com/vladimirrogozin/Va1) or to get a hash, cut/expand it to the length you need([Sha256](https://github.com/vladimirrogozin/Sha256)).
94
+
You can use DH shared key as a key or to make it x2 longer with [my simple encryption algorithm(Va1)](https://github.com/vladimirrogozin/Va1) or to get a hash, and cut/expand it to the length you need([Sha256](https://github.com/vladimirrogozin/Sha256)).
0 commit comments