Unit 4 - Module 9 Flashcards
Caesar cipher
Earliest encryption method; Julius Caesar is said to have used it to send coded messages to his generals in the field.
key
Mathematical value that the sender selects for the purpose of encrypting or decoding data.
algorithm
Procedure of shifting each letter in the cleartext message by the number of positions that the key value indicates.
Advanced encryption standard (AES)
Also known as Rijndael, a private key (or symmetric key) encryption technique.
private key
Both the sender and the receiver use the same encryption key.
symmetric key
Single key used in an encryption algorithm to both code and decode a message.
public key encryption
Technique that uses two encryption keys: one for encoding the message, the other for decoding it.
Public Key Encryption
Rivest-Shamir-Adleman (RSA)
One of the most trusted public key encryption methods. This method, however, is computationally intensive and much slower than private key encryption.
digital envelope
.
digital signature
Electronic authentication technique that ensures the transmitted message originated with the authorized sender and that it was not tampered with after the signature was applied.
digital certificate
Sender’s public key that has been digitally signed by trusted third parties.
certification authorities (CAs)
A trusted third party that issues a digital certificate.
Public key infrastructure (PKI)
Constitutes the policies and procedures for administering this activity.
firewall
Software and hardware that provide a focal point for security by channeling all network connections through a control gateway.