encryption Flashcards

1
Q

how does encryption work on text

A
before encryption it is plain text
text is encrypted using algorithm
text is encrypted using key (this text is called cypher text) 
key is transmitted separately from text
key is used to decrypt the cypher text
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is asymmetric encryption

A

both private and public key are needed
public key is given to everyone and private key is only known to the user
encryption keys are generated by a hashing algorithm

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

what is authentication

A

it is used to verify that data comes from a trusted source

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

what is symmetric encryption

A

it uses a secret key that can be a combination of characters (the longer the length of the key is, the more strong the encryption is)
if this key is applied to a message, its content is changed

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

what is hashing algorithm

A

takes key and translates it into a string of characters (in hex notation)

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

what are DoS (Denial of Service) attacks

A

when large number of requests are sent to the server at once

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

what are DoS attacks designed to do

A

designed to flood a server with useless traffic and the server will come to a stop to deal with this attack. This prevents users gaining access to the web server

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

what does encryption do?

A

used to protect data in case it is hacked however it doesn’t prevent hacking, it just makes data meaningless

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

what are the keys in symmetric encryption used for?

A

one key is used to encrypt message

one key is used to decrypt message

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