What is Encryption?
Encryption is scrambling data so it cannot be read without a key.
Why is Encryption needed?
Encryption is needed to protect privacy, passwords, bank details, etc.
What does HTTPS stand for?
HTTPS stands for Hypertext Transfer Protocol Secure.
What does the Padlock Symbol on a website indicate?
The Padlock Symbol on a website indicates TLS/SSL Encryption.
What is the difference between Plain Text and Cipher Text?
Plain Text is readable, unencrypted data, while Cipher Text is the scrambled, unreadable result of Encrypting Plain Text.
What is an Encryption Key?
An Encryption Key is a random string of characters used to encrypt and decrypt data.
How does the Caesar Cipher work?
The Caesar Cipher is when you shift each letter along the alphabet.
What is Brute-Force Attack?
Brute-Force Attack is when someone (usually a hacker) tries all possible keys to crack the Encryption.
How do TSL/SSL Certificates verify a website’s identity and provide security.
TSL/SSL Certificates verify a website’s identity and provides security as they show you a security certificate which allows you to see if the person sending the web page is who you think they are.