CramX Logo
Back to FlashcardsInformation Technology / CompTIA Security+ (SY0-601: Cryptography

CompTIA Security+ (SY0-601: Cryptography

Information Technology30 CardsCreated 9 months ago

This section explains the differences between symmetric and asymmetric encryption, including their key structures and use cases. It also introduces hybrid encryption for secure key exchange and stream ciphers, which encrypt data bit-by-bit using XOR operations. Symmetric encryption is noted for its speed advantage in handling large data volumes.

Report

Symmetric vs. Asymmetric Encryption

Symmetric: Sender & receiver must know the same secret using privately held key
(100-1000x faster than asymmetric)

Ex: DES/3DES, IDEA, AES, Blowfish, Twofish, RC4/RC5/RC6

Asymmetric: Different keys are use to encrypt/decrypt the data

Ex: Diffie-Hellman, RSA, ECC

Rate to track your progress ✦

Tap or swipe ↕ to flip
Swipe ←→Navigate
1/30

Key Terms

Term
Definition

Symmetric vs. Asymmetric Encryption

Symmetric: Sender & receiver must know the same secret using privately held key
(100-1000x faster than asymmetric...

Encryption: Hybrid Implementation

Utilizes asymmetric encryption to securely transfer a private key that can then be used with symmetric encryption

Stream Cipher

Utilizes a keystream generator to encrypt data bit by bit using a mathematical XOR function to create the ciphertext

...

Block Cipher

Breaks the input into fixed-length blocks of data and performs the encryption on each block

DES & 3DES

Data Encryption Standard:
Encryption algorithm which breaks the input into 64-bit blocks and uses transposition and s...

IDEA

International Data Encryption Algorithm:

Symmetric block cipher which uses 64-bit block...