Key sharing with RSA

61 Views Asked by At

I'm asking myself a question about the possibility of key sharing in RSA. Is it possible to share a public or private key in the RSA-encryption algorithm without losing the security?

1

There are 1 best solutions below

0
On

The whole point of RSA is that you share the public key so anybody can send you a message. You don't share the private key so nobody else can read the messages.