Digital Envelope
Combines public and secret key encryption:
- use a secret key \(K_{1}\) to encrypt the messsage \(M\)
- use the public key of the receiver to encrypt the secret key \(K_{1}\)
- the receiver will decrypt \(K_{1}\) with its private key
Combines public and secret key encryption: