In asymmetric encryption (also known as public-key cryptography), a related pair of
keys is used: a public key is used to encrypt and the private key is used to
decrypt. The owner of the keys publishes the public key for encrypting, and only
he can decipher the message using his private key. A popular asymmetric algorithm
is RSA, which is widely used in electronic commerce protocols. In this following
encryption the RSA algorithm is used.
|