Cryptographic Keys 6.1 Flashcards

1
Q

The Key is the Key

A

Cryptography isn’t a new science. The algorithm is a known entity. What isn’t know is the key. The key determines the output. Encrypted data, hash value, and digital signature. These are the critical pieces to keep protected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Key Strength

A

Larger keys tend to be more secure simply because there is a greater possibility of key combinations. Symmetric keys are commonly 128-bit keys but they will get larger as time goes on. Asymmetric encryption uses complex calculations of prime number. Larger keys than symmetric encryptions, common to see keys lengths of 3,072 bits or larger.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Key Exchange

A

Transfer out of band (not on the internet). It’s not always practical. We protect a symmetric key by adding additional encryption, usually asymmetric encryption.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Real-Time Encryption/Decryption

A

There is a need for fast security without compromising the security. You send they symmetric key through asymmetric encryption; private/public key, and then continue to use the symmetric key. It’s best practice to change the session keys at least once or multiple times a day. These are called ephemeral keys.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly