encryption Flashcards
how does encryption work on text
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
what is asymmetric encryption
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
what is authentication
it is used to verify that data comes from a trusted source
what is symmetric encryption
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
what is hashing algorithm
takes key and translates it into a string of characters (in hex notation)
what are DoS (Denial of Service) attacks
when large number of requests are sent to the server at once
what are DoS attacks designed to do
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
what does encryption do?
used to protect data in case it is hacked however it doesn’t prevent hacking, it just makes data meaningless
what are the keys in symmetric encryption used for?
one key is used to encrypt message
one key is used to decrypt message