shivajikobardan
Junior Member
- Joined
- Nov 1, 2021
- Messages
- 107
I'm not asking it from "will it be secure" point of view, rather I'm asking textbook kind technically correct or not.
This is the algorithm (in the 3rd step of right figure, it should be generate y, typo)
I took p=23,g=5.
And picked x=4,y=5
I got the secret key as 12 and both got 12, so it looks like the algorithm worked. But were there any restrictions and if this was a fluke?
What I'm aware?
x,y should be random. And x,y range from 1 to p.
This is the algorithm (in the 3rd step of right figure, it should be generate y, typo)
I took p=23,g=5.
And picked x=4,y=5
I got the secret key as 12 and both got 12, so it looks like the algorithm worked. But were there any restrictions and if this was a fluke?
What I'm aware?
x,y should be random. And x,y range from 1 to p.