Encryption Flashcards

1
Q

What is the strongest Encryption Standard?
(Block Cipher and has 128-bit, 192-bit, 256-bit variants)

A

Advanced Encryption Standard (AES)

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

Advanced Encryption Standard (AES)

A

strongest Encryption Standard?
Block Cipher and has 128-bit, 192-bit, 256-bit variants

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

Data Encryption Standard (DES) and 3DES

A

Weak
Block Cipher
56 bits (DES)
112 (2 key)
168 bits (3DES)

Can still be used if bundled with other things such as IPSEC

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

Blowfish

A

Weak
Block Cipher
64bit

Can still be used if bundled with other things such as IPSEC

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

What are the types of Symmetric Encryption?

A

AES
DES/3DES
BlowFish
Rivest Ciper (RC)

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

hat are the types of Asymmetric Encryption?

A

RSA
Diffie-Hellman
Digital Signature Algorithim (DSA)
ElGamal

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

RSA

A
  • One of the oldest Asymmetric encryptions
  • Used by one user generating both a public and private key then sharing their public key.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Diffie-Hellman

A

Requires two different users generating a private key and using a function, generating a public key which is then exchanged. After receiving the other’s key they then create a secret key using both their personal private key and the other users public key.

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

Digital Signature Algorithm (DSA)

A

Endorsed by NIST for their Digital Signature Standard

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

What uses ElGamal algorithm?

A

Used in GNU Privacy Guard
Pretty Good Privacy (PGP)

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