Keywords
Encryption - process of turning plain text into cipher text
Plaintext - the original data to be transmitted as a message
Cipher text - the encrypted data to be transmitted as a message
Digital certificate - electronic documents used to prove ownership of a public key, issued by CA. Digital
signature - electronic way to validate authenticity of digital document, also use to proof that document
is sent by known user
Public key – encryption/decryption key known to all users. Only can be decrypted by owner of private
key thereby confirming originator of msg
Private key – encryption/decryption key which is known only to a single user/computer. Decrypt msg that
was encrypted with its matching public key, thereby ensuring only user can read msg, encrypt msg to
confirm originator of msg, has matching public key
Symmetric encryption - encryption in which the same secret key is used to encrypt and decryptmessages.
Asymmetric encryption – that uses public keys (known to everyone) and private keys (secret keys).
Process of organisation obtaining its digital certificate (DC)
Digital certificate includes:
How digital signature(DS) is produced
Purpose of DS/asymmetric key cryptography
How the keys can be used to send a verified message to the public
Symmetric encryption drawback
Similarities (public & private key)
Differences (public & private key)
Similarities (DS & DC)
Differences (DS & DC)
How receiver can be sure intended sender sent its public key
How CA produce DS
Why DC includes DS
Encryption protocol
How SSL (secure socket layer) work
Purpose of TLS (transport layer security)
Quantum cryptography
Quantum cryptography benefits
Quantum cryptography drawbacks
The way TLS provides communication security over a computer network
Agree the security parameters to be used is part of handshake process.
Parameters are:
- encryption method: symmetric, asymmetric
- Authentication method: use DS/DC
- Compression method to be used
- Session type: reusable or not
- Session ID: uniquely identified series of msg between servers and clients