Cryptographic Keys

Cryptographic keys are central to cryptographic operations. They must be kept secret because whoever possesses a given key has access to any data with which the key is associated. For example, if a key is used to encrypt a file, anyone with a copy of that key can decrypt the file.

There are two types of cryptographic keys: Session Keys and Public/Private Key Pairs. These key types are discussed in the sections that follow.

Topics in this section:

Session Keys

Public/Private Key Pairs

Storage and Exchange of Cryptographic Keys