A-Z Popular Blog Security Search »
Information Security
 Advertisements
Related Guides
Confidential Information

Cybersecurity Risk

Network Security

12 Types of Cryptographic Key

 , updated on
A cryptographic key is data that is used to lock or unlock cryptographic functions such as encryption, authentication and authorization. Keys are typically designed to be both random and reasonably long such that they are difficult to guess. The following are common types of cryptographic key.

Asymmetric Key Pair

A matching public/private key pair whereby anyone can encrypt with the public key but only those who hold the private key can decrypt.

Public

The public key in a asymmetric key pair.

Private

Private keys may be part of a public/private asymmetric key pair. Alternatively, they can be used in symmetric encryption whereby you use the same key to encrypt and decrypt data. Private keys are generally kept secret.

Signature Keys

Keys that are used to generate digital signatures for verifying identity, determining the integrity of data and non-repudiation.

Authentication Keys

Keys that are used to verify identity, communications and data.

Wrapping Keys

Keys that are used to encrypt other keys. For example, it is common to use public/private asymmetric keys for an initial exchange of symmetric private keys. This is done because symmetric encryption is generally faster than public key encryption.

Transport Key

Basically another term for a wrapping key. Transport keys are used to encrypt transport messages that contain other keys.

Key Agreement Key

Another term for keys that are used to exchange other keys.

Ephemeral Key

A temporary key that is typically used to establish other keys.

Transient Key

An asymmetric public/private key pair that is only used once. This may be done in order to implement functionality such as the ability to irrefutably identify the time that a digital signature was created.

Master Key

A key that is used to generate other keys using a key derivation function.

Authorization Keys

Authorization keys are used to provide a privilege. In many cases, these are used to prove that a message has been successfully decrypted. If you encrypt an authorization key with a public key you know that a client is in possession of the corresponding private key because they are able to send the authorization key back to you.
Overview: Cryptographic Keys
Type
Definition
Parameters that are used to lock or unlock cryptographic functions such as encryption, authentication and authorization.
Related Concepts
Next: Private Keys
More about cryptography:
Cleartext
Cryptography
Hashcode
Key Stretching
Keys
Nonce
Pepper
Private Key
Random Seed
Salt
Plaintext
Pseudorandom
Public Key
Public Key Encryption
Strong Password
Symmetric Encryption
More ...
If you enjoyed this page, please consider bookmarking Simplicable.
 

Cryptography

A list of cryptography concepts.

Hashcode

An overview of hashcodes.

Pseudorandom vs Random

The difference between a pseudorandom and true random number.

Password vs Key

The difference between passwords and keys.

Digital Watermark

A definition of digital watermark with examples.

Network Security

An extensive list of network security techniques.

Security vs Privacy

The relationship between security and privacy.

Hardening

An overview of technology hardening.

Deep Magic

An overview of deep magic, a technology term.

Defense In Depth

An overview of defense In depth.

Encryption Examples

A definition of encryption with examples.

Canary Trap

A definition of canary trap with an example.

Honeypot

A definition of honeypot with examples.

Security Through Obscurity

A definition of security through obscurity with an example.

Tokens

A definition of token with examples.

Backdoor

A definition of backdoor with examples.
The most popular articles on Simplicable in the past day.

New Articles

Recent posts or updates on Simplicable.
Site Map