0

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 Answers1

1

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

Octavian Guzu
  • 57
  • 1
  • 6