Today, I reviewed the RSA encryption algorithm. I always thought that after creating the public and private keys, I would propagate the public key to the network, encrypt the plaintext with the public key, and decrypt it with the private key after transmission.
until today I have seen Wikipedia"s