17.1 Encryption, Encryption Protocols and Digital Certificates Flashcards
Public key
Encryption/Decryption key known to all users.
Private key
Encryption/Decryption key known only to a single user.
Plain text
Original document before it is put through an encryption algorithm.
Cipher text
the product when plain text is put through an encryption algorithm.
What is encryption?
Alters the data into a form that is unreadable by anybody for whom the data is not intended for.
Stop it from making sense to them (cipher text).
What are the 4 main security concerns when data is transmitted?
Confidentiality: only the intended recipient should be able to decipher data
Authenticity: the need to identify the sender and verify the source is legitimate
Integrity: data reaches destination without any changes.
Non repudiation: neither sender or recipient can deny that they were part of the data transmission.
Symmetric key cryptography
encryption in which the same secret key is used to encrypt and decrypt messages.
Asymmetric key cryptography
encryption that uses public keys (known to everyone) and private keys (secret keys).