Encryption Flashcards

Mock Exam Revision

1
Q

CBC

A

CBC (Cipher Block Chaining)

An encryption mode where each data block is combined with the previous encrypted block, refers to a block cipher mode that works by chaining the cipher-text blocks together, such that each cipher-text block depends on the previous block, This makes it much more secure than ECB, as patterns in data are concealed.

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

CFB

A

CFB (Cipher Feedback)

An encryption mode that converts block ciphers into stream ciphers by processing data in smaller chunks enabling the encryption of individual bits or bytes of data. It’s often used when flexibility and real-time encryption are needed.

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

ECC

A

ECC (Elliptic Curve Cryptography)

Uses complex mathematical curves for encryption. cryptographic solution would be best suited for low-power devices, such as IoT devices, embedded systems, and mobile devices. (not symmetric)

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

CCMP

A

CCMP (Counter Mode with Cipher Block Chaining Message Authentication Code Protocol)

A strong encryption protocol used in Wi-Fi networks with WPA2 and WPA3.

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

SRTP

A

SRTP (Secure Real-Time Transport Protocol)

A secure network protocol used to provide encryption, authentication, and integrity for real-time multimedia communication, securing VoIP calls, video conferencing, and other real-time communications against eavesdropping and tampering.

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

ESP

A

ESP (Encapsulating Security Payload)

A protocol used to secure data within IPsec tunnels. It encrypts and authenticates data before it is transmitted.

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