Problem with Symmetric Key Crypto-System

When you want to communicate with a lot of people, you need to manage one key for each partner, the storage of these keys becomes a huge problem.
This can be solved by Public Key Crypto-System.

A Public Key Crypto-System is based on more advanced mathematics:

  • each person uses a "key-pair", consisting of a public key and a private key
  • public key is used for encryption (the lock in the figure below), and
  • private key is used for decryption (the key in the figure below)


Some important points:


   Chinese Version

 


Copyright © 1999 Department of Computer Science and Information Systems, The University of Hong Kong. All rights reserved.