Study Guide Ch 6 Flashcards
Plaintext (P)
Data that anyone can read
Ciphertext (C)
Encrypted message
Key
A number used to encrypt/decrypt
Key space
The range of values that are valid for use as a key for a specific algorithm
Bit size
The number of binary bits in the key
Cryptovariable
A cryptographic key
Cryptography
The art of creating and implementing secret codes and ciphers
Cryptanalysis
The study of methods to defeat codes and ciphers
Cryptology
The combined areas of cryptography and cryptanalysis
Cryptosystem
A specific implementation of a code or cipher in hardware or software
AND operation
Returns true only if both values is true
OR operation
Returns true if at least one of the values is true
NOT operation
Reverses the value of an input variable
Exclusive OR operation
Returns true when only one of the input values is true
The modulo function
the remainder value left over after a division operation is completed.