Crypto Flashcards

Items to keep in mind for cryptography module.

1
Q

keyspace =

A

keyspace = 2^keysize

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

Kerckhoff

A

key in cryptosys should be secret

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

Vernam Cipher

A

requirement: 1 time pad, unbreakable

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

Wassenaar Arrangement

A

Agreement bt 33 countries to control export file types to terrorist countries. Didn’t pertain to dwnld products off internet.

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

AND function (^)

A

only True (1) If boTH are true.

1 and 1 = 1, else 0.

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

OR function (v)

A

returns False (0) when both are false. think OR and 000.

0 v 0 = 0, else 1.

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

NOT function (! or ~)

A

opposite

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

XOR function (coda symbol)

A

if both are same output is false (0). else 1.

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

salami attack

A

office space

many occurrences of small events in hopes of avoiding attn.

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