Web pages Flashcards
What are HHTP web pages?
Normal webpages that are not encrypted use HHTP - anyone can read them.
What is HHTPS?
An encryption standard used for secure websites.
Uses a padlock symbol to show that it is secure.
Appears in the URL, is secured by an SSL certificate (name of issuing authority, coporate name of website).
Uses SSL or TLS to encrypt and decrypt pages and information used by web users.
What does SSL stand for?
Secure Socket Layer
What is SSL?
An internet security protocol used by web browsers.
Keep the internet connection secure so any sensitive data sent between 2 systems is safe (prevented from reading/ modifying).
Uses public key encryption.
What does TLS stand for?
Transport Layer Security
What is TLS?
Updated version of SSL (more secure)
How does HHTP/HHTPS (secure padlock) work ?
- Browser requests a secure page it adds S onto HHTP.
- Browser sends a public key + a certificate*.
*Checks certificate to check its valid, from a trusted party. - Browser uses public key to encrypt and a randomly selected symmetric key.
- Once the secure session starts, one computer creates a symmetric key + sends it to the other using public key encryption.
- Once the session is finished each computer discards the symmetric key used. Any new sessions, a new key will be created.