Encryption Flashcards
Why should you encrypt data
Data is vulnerable when it is accessed by a third party who should not have access to it
Which could leak personal info like
1) online banking
2) health information
3) government security
What is symmetric encryption
Like the name suggests it’s the same forwards and backwards where :
1)Sender send the message and the key
2) the key encrypts the data while travelling to the receiver
3) the receiver uses the shared key to decrypt the encrypted message and can read the original message
When will symmetric encryption be used
1) they are faster than asymmetric
2) When applications use more secure methods as key could be intercepted
3) can be used multiple times
What is asymmetric encryption
Asymmetric encryption uses two different keys, the whole point is the key used to decrypt is different to encrypt meaning one of the keys can be known publicly can be used by anyone wanting to encrypt a message
Where is asymmetric and encryption used
•email security
• web security
• for important information
What is sender authentication
Meaning to prove that the sender is who they are which can be done in asymmetric encryption as to decrypt the message the sender must have the private key
What are differences between the 2 types of encryption (asymmetric and symmetric)
1) symmetric is considered out of date and not secure for sensitive content
2)symmetric does not require as much complexity
3)symmetric Is best when no data is moving and same person is decrypting and encrypting
4) asymmetric is often used without specialist knowledge
When can computational security be framed enough
When the data cannot be cracked within a “reasonable time” which is how long a computer would take to crack the code