Symmetric Key Crypto-System

Due to the insecure nature of Internet communication, encryption techniques are used to protect data confidentiality.  There are two major forms of encryption techniques, one is Symmetric Key Crypto-System, the other is Public Key Crypto-System.  Let's look at Symmetric Key Crypto System first.

In a Symmetric Key Crypto-System, users, say Thomas and Peter, hold shared key K.  When Thomas wants to send a message to Peter, Thomas encrypts the message with K, and sends the encrypted message.  After Peter received the encrypted message from the Internet, he uses K to decrypt it, and gets back the original message.


 

Chinese Version


(Copyright) 1999 Center for Information Security and Cryptography, The University of Hong Kong.  All rights reserved.