6 Flashcards
What encryption does?
Protects data from prying eyes by putting it in a secret code (cipher text)
What decryption does?
Converts the ciphertext into plaintext using a key.
Give example of encryption:
Caesar cipher, One-time Pad
What Steganography does?
Hides sensitive information inside other information, it prevents the message from being found.
What is the best practice related to encryption?
Using a scheme/algorithm that is open & published. ONLY keep the key secret!
Two types of Cryptography:
Symmetric & Asymmetric
Describe symmetric cryptography.
Encrypts & decrypts with the same key (kept secret).
AES standard, mature, reliable & widely used.
It provides secrecy & authenticity.
How any encryption can be attacked?
By brute force.
Applications of symmetric encryption are…
HTTPS, Disk Encryption
Describe asymmetric cryptography.
It uses two keys, a private key (kept secret) to decrypt/encrypt and a public key (can be shared) to encrypt/decrypt which are mathematically linked.
Applications of asymmetric encryption are…
Digital Signature
Bitcoin
What is end-to-end encrypted?
Message is encrypted when it leaves your phone & decrypted only on your friend’s end. The service provider sees gibberish.
What does a VPN do?
Mask your IP adress with an IP adress in a foreign location.
What’s a hash?
Mathematical function that takes in a plaintext, returns random-looking information.
Sensitive information is “hashed” means:
turned into random-looking information