Cryptography Flashcards

1
Q

asymmetric cipher

A

Cryptographic algorithms that use two different keys; one key to encrypt and one key to decrypt. Also known as public key encryption

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

collision

A

When two different inputs into a cryptographic hash produce the same output

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

cryptographic hash

A

A function that is one-way (nonreversible), has a fixed length output, and is collision resistant

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

pseudo-random number generator (PRNG)

A

Used to generate a number that is sufficiently random for cryptographic purposes

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

PRNG

A

pseudo-random number generator

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

rainbow table

A

A table of precomputed hashes used to guess passwords by searching for the hash of a password

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

salt

A

Bits added to a hash to make it resistant to rainbox table attacks

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

symmetric cipher

A

Any cryptographic algorithm that uses the same key to encrypt and decrypt.

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

X.509

A

Most widely used standard for digital certifications

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