Unit 4 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is Asymmetric Cryptography?

A

When encryption deals with a private key to decrypt a message (only to one other person) and a public key that is distributed to everyone

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

What is a cipher?

A

The generic term for a technique (or algorithm) that performs encryption

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

What is Caesar’s cipher?

A

A technique used for encryption that shifts the alphabet by some number of characters

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

What is the random substitution cipher?

A

An encoding technique that maps each letter of the alphabet randomly to different letters or characters

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

What is cracking encryption?

A

When you attempt to decode a secret message without knowing all the specifics of the cipher you are trying to crack

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

What is the Vingénère cipher?

A

A method of encrypting text by applying a series of Caesar ciphers based on the letters of a keyword

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

What does it mean if something is “computationally hard”?

A

A “hard problem for a computer is one in which it cannot arrive at a solution in a reasonable amount of time

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

What is Modulo?

A

Mod, or the name of the mathematical operation. Modulo gives the remainder from diving two numbers

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

What is a public key?

A

A value that can be used to encrypt a message. However, only when combined with a mathematically related key can the message be decrypted

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

What is a private key?

A

The complementary key to a public key that is used to decrypt a message

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

What is symmetric encryption?

A

When the same key is used to encrypt and decrypt messages

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

What is SSL?

A

Secure Sockets Layer, used to protect data and make sure no one could get the data

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

What is TLS?

A

Transport Layer Security, similar to SSL but newer and more secure

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

What is Spear Phishing?

A

Targeted phishing attacks towards a specific individual

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

What is whaling?

A

Targeted phishing attacks on a CEO, president of a company, etc.

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

What is a digital certificate?

A

Proof of identity (a digital signature for a website) and it is a signature that can be issued by a certificate authority. It gives authentication and verifies ownership of that website (nothing to do with connection on the internet)

17
Q

What is Negation (Not,NP)?

A

Opposite of preceding value

T to F, F to T

18
Q

What is Conjunction? (AND)

A

T and T is T, all else F

19
Q

What is Disjunction (OR)?

A

F or F is F, all else T

20
Q

What is exclusive Or (XOR)?

A

Same is F, different is T

21
Q

What is Negation of And (NAND)?

A

T nand T is F, all else T

22
Q

What is Negation of Or (NOR)?

A

F nor F is T, all else F