Skip to content

Commit 0044e08

Browse files
authored
Update README.md
1 parent e8a18d4 commit 0044e08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The simpliest way to describe how it works is to draw that, so, I did that, here
1313
```
1414
_____ _____
1515
/ \ / \
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.
1717
\_____/ \_____/
1818
| |
1919
__|__ __|__
@@ -42,7 +42,7 @@ The simpliest way to describe how it works is to draw that, so, I did that, here
4242
\_____/ \_____/
4343
```
4444

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/>
4646

4747
I'm joking, it's 'safed' by MIT Licence, it's fully your's. <br/><br/>
4848

@@ -73,7 +73,7 @@ S2 = A**b mod P // For Bob.
7373
S1 = S2
7474
```
7575

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/>
7777

7878
![plot](./Screenshots/DiffieHellman_test2.png)
7979

@@ -91,7 +91,7 @@ Good question, not difficult in fact:
9191
* 2.) Now, we have the same keys. We need to get an encrypted channel, how to do that? My answers are here: <br/>
9292
** 1.) [AES standard](https://github.com/vladimirrogozin/AES_Implementation). <br/>
9393
** 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)).
9595

9696
## Notes:
9797

0 commit comments

Comments
 (0)