MId term Flashcards
Define plain Text
Text that is readable and not encrypted
Define Cipher Text
Text that has been encrypted
Define Encryption
The act of encipherment
Define Decryption
The act of decipherment
What is a Transposition Cipher
A cipher that moves letters around but does not change the letters present
What is a substation Cipher
A cipher that substitutes letters for other letters given a rule. Eg caesar cypher substitutes one letter for that letter plus an offset in the alphabet.
What is a polyalphabetic Cipher
A cypher where each letter is substituted based on the letter of the key that lines up with it in the table.
What method do you use to break a Caesar cipher
Frequency analysis and double letters.
What method do you use to break a vigareta cipher
By finding the length of the key (N) and then using frequency analysis of every N’th character
What encryption method is 100% secure
One time pads
what is the length of a key in a one-time pad
The same length as the message that is encrypted.
What are side channel attacks
Side channel attacks attack the implementation of the encryption algorithm rather than a flaw in the encryption algorithm its self
What is the C in the CIA triad
Confidentiality
What is the I in the CIA triad
Intergrity
What is the A in the CIA triad
Accessibility