Cryptography Flashcards

1
Q

SSID

A

Service Set IDentifier

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

IV

A

Initialization Vector

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

AES

A

Advanced Encryption Standard. Symmetric, along with Twofish, Blowfish, DES. Subset of Rijndael block cypher

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

DHE

A

Diffie-Hellman Ephemeral. For secure key exchange

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

DSA

A

Digital Signature Algorithm

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

ECDHE

A

Elliptic-curve Diffie-Hellman Ephemeral

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

GPG

A

GNU Privacy Guard

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

PGP

A

Pretty Good Privacy

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

RSA

A

Rivest-Shamir-Adleman public-key cryptosystem

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

SHA

A

Secure Hash Algorithms (SHA-0 SHA-1 SHA-2 SHA-3)

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

HMAC

A

Hash-based Message Authentication Code

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

XOR

A

Exclusive Or logical operation. 1 true, 1 false = outputs True

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

CBC

A

Cipher Block Chaining. No parallel encryption possible as each block depends on all previous blocks. Requires an IV

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

GCM

A

Galois/Counter Mode. Symmetric-key block cypher

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

ECB

A

Electronic Code Book. Rudimentary encryption with no diffusion. Identical plaintext blocks convert to identical ciphertext blocks

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

CTR

A

Counter mode (CM) aka Integer Counter Mode (ICM), turns a block cipher into a stream cipher using a counter with successive vaules

17
Q

WEP

A

Wired Equivalent Privacy. Wireless security algorithm

18
Q

SSL

A

Secure Sockets Layer. Deprecated in ‘11 in favor of TLS

19
Q

DES

A

Data Encryption Standard. Symmetric. Easy to brute force attack. Replaced by AES

20
Q

MAC

A

Message Authentication Code

21
Q

GMAC

A

Galois Message Authentication Code (authentication only)

22
Q

TLS

A

Transport Layer Security. Communications crypto protocols

23
Q

PFS

A

Perfect Forward Secrecy

24
Q

EFS

A

Encrypting File System. Windows filesystem-level encryption

25
Q

PFX

A

.pfx is a M$ file extension for PKCS#12, Public-Key Cryptography Standard, a container for storing many crypto objects as a single file