Encryption and hashing Flashcards
What is the use of encryption?
Making sensitive data hard to read by attackers and unauthorized individuals
decryption needs a secret key
What are the two types of encryption?
Symmetric and asymmetric
What is hashing?
using an algorithm to convert plain text to unique fixed-length hash value
What way can hackers hack a hashed password?
using brute force attack, trying to write all possible passwords until they find the correct one
What key does symmetric encryption use?
Uses the same key to encrypt and decrypt data
what key does asymmetric encryption use?
uses a pair of public and private keys, the key used to encrypt data cant be used to decrypt data
When is asymmetric encryption best used?
accessing sites using HTTPS and electronic data signing solutions
What is an example of encryption of data in transit?
HTTPS protects data being sent over a network
Protecting in transit protects from outside observers
How do you encrypt data in use?
Using RAM or CPU