Public-Key Encryption

A method of sharing private messages through using a publicly shared key to encode a message, and a private key to decode a message. This ensures that only the intended recipient can decode the message.

Examples