CHAPTER: SECURITY Flashcards
What is Encryption
it is the process of turning plain text into something that appears to be random and meaningless (cipher text)
What is Decryption
Decryption is the process of turning cipher text into plain text
Plain Text
It is the data before it is encrypted
Cipher Text
It is the data after an encryption algorithm is added to it
Four Security Concerns that are solved by encryption
- Confidentiality: only the intended recipient can view what the message says
- Authenticity: the receiver is sure of who the sender is
3, Integrity: cipher text mustnt be modified
- Non-Repudiation: neither sender nor receiver can state they didn’t take part in the transmission
What is Symmetric Encryption
It is an encryption where the same key is used for encrypting and decrypting data. Symmetric Keys are shared
What is Asymmetric Encryption
It is an encryption where two different keys are used.
The public key of the receiver encrypts the data and the private key of the reliever is used to decrypt the data (message)
Public Key
- widely available
-used to encrypt messages
-only owner of private key can decrypt the data
Private Key
- key that is used to decrypt the encrypted data
Similarities between the Keys
Both keys are used in asymmetric encryption
Both keys use hashing algorithms
Difference between the Keys
The private key is only available to the owner of the key whereas the public key is shared
Messages are encrypted using the public key of the receiver
Message digests are encrypted using the sender’s private key to form digital signatures
Purpose of Quantum Cryptography
- sends virtually unhackable messages using the laws of physics
- detects eavesdropping as that changes the properties of the photons
- allows to protect data being transmitted over fibre optic cables
- allows for the use of longer keys
Advantages of Quantum Cryptography
- no eavesdropping
- virtually unhackable
- integrity of keys is guaranteed once transmitted
- it is more secure as it uses the laws of physics as opposed to maths
Disadvantages of Quantum Cryptography
- lacks vital features like digital signatures
- high cost of purchasing
Digital Certificate
ensures a document being transmitted is authentic and has not been altered during transmission