1 | Suppose A has (public key,private key) <eA,dA> and B keys <eB,dB> |
2 | A transmits a message mA to B encrypting it with B's public key eB |
3 | B decrypts this message and reads it using private key dB |
4 | Similarly B sends a message mB to A encrypting with eA which A decrypts with private key dA |
5 | Plaintext |
6 | Encryption |
7 | Public Key |
8 | Private Key |