Encryption Flashcards

1
Q

AES Block Size

A

128

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

AES Key Size

A

128, 192, 256

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

Rijndael Block Size

A

Variable

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

Rijndael Key Size

A

128, 192, 256

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

Blowfish Block Size

A

Variable

Used in SSH

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

Blowfish Key Size

A

1 - 448

Used in SSH

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

Data Encryption Standard (DES) Block Size

A

64

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

Data Encryption Standard (DES) Key Size

A

56

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

IDEA Block Size

A

64

Used in PGP

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

IDEA Key Size

A

128

Used in PGP

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

Rivest Cipher 2 (RC2) Block Size

A

64

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

Rivest Cipher 2 (RC2) Key Size

A

128

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

Rivest Cipher 4 (RC4) Block Size

A

Streaming

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

Rivest Cipher 4 (RC4) Key Size

A

128

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

Rivest Cipher 5 (RC5) Block Size

A

32, 64, 128

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

Rivest Cipher 5 (RC5) Key Size

17
Q

Skipjack Block Size

18
Q

Skipjack Key Size

19
Q

Triple DES Block Size

20
Q

Triple DES Key Size

A

112 or 168

21
Q

Twofish Block Size

A

128

Uses pre-whitening and post-whitening

22
Q

Twofish Key Size

23
Q

Diffie-Hellman Variables

A

p = prime number
g = integer
1 < g < p

24
Q

HTTPS

A

HTTP over SSL port 443
Creates secure communication that is open for whole session
Uses symmetric and asymmetric cryptography

25
S-HTTP
Secure HTTP Not as popular as SSL Secures individual messages between server and client rather than secure channel Supports two way authentication between server and client rather than server-only authentication
26
RSA Variables
``` p and q = two large prime numbers n = p * q e < n e and n are public key d is private key ```
27
SET Encryption
RSA public key, DES private key, and digital certificates
28
PGP Key Exchange
RSA
29
PGP Encryption
IDEA
30
PGP Message Digest
MD5
31
S/MIME Encryption
RSA
32
S/MIME Key Exchange
X.509
33
S/MIME Public Key Encryption
RSA
34
S/MIME Private Key Encryption
DES, 3DES, RC2
35
SHA-1 Bit Length
160
36
MD5, MD4, MD2 Bit Length
128
37
Hash Message Authentication Code (HMAC) Bit Length
Variable
38
Hash of Variable Length (HAVAL) Bit Length
128, 160, 192, 224, 256
39
Cryptography Algorithm Strength Comparison
ECC>DSA>RSA | 160>1024>1088