What are 3 uses for encryption?
preserve privacy
check integrity
prove identity
Consider the use of a symmetric encryption algorithm and an asymmetric encryption algorithm. Which is used to authenticate identities? Which is used for the actual core encryption of data? Which is used to pass encryption keys?
What is the main use of secret-key encryption?
Protecting the contents of a message
What is the main use of public-key encryption?
Proving the identity of a message’s sender or recipient
What is the main use of hashing methods?
Proving the validity of a message
What is the main use of message signatures?
Providing the identity of a message sender and the contents of the message
A code mapping in which pulses are sent along a medium, with silence in between groups of dots and dashes comprising individual charachters
morse code
What type of cipher is the Pigpen Cipher?
mono-alphabetic substitution
Describe the BIFID cipher
Describe the Playfair cipher
Describe the Homophonic Substitution Cipher
Describe the Caesar Cipher
Describe the Scrambled Alphabet Cipher
Describe the Vigenere Cipher
Describe One-time Pad
Describe ASCII encoding
7-bit
8-bit
printable characters mapped to decimal, binary, & hex values
Describe Base-64 encoding
hexadecimal encoding
take values 6 bits at a time
Describe the Enigma machime
Describe the Affine cipher
What formula describes combinations?
nCk = n!/k!(n-k)!
What formula describes permutations?
nPk = n!/(n-k)!
Suppose you are considering the probability of two independent events A & B. What is the probability of both events occurring?
P(A and B) = P(A) * P(B)
Suppose you are considering the probability of two mutually exclusive events. How would you express this probability mathematically?
P(A and B) = 0
Suppose that you roll a dice. What is the probability of throwing a two or a three?
P = 1/6 (one in six chances of rolling a given number)
P(2) + P(3) = P(A and B)
1/6 + 1/6 = 1/3