I have a documentation where I need to create two key pairs PUBLIC and PRIVATE using diffie-hellman parameters 'p' and 'g'. my issue how should pass the parameter 'p'?

1

There are 1 best solutions below

0
On

The modulus p is public so you can just send it over an unencrypted channel.