Questions with Answers
Cryptology - Correct Answers: science of encryption: combines cryptography and cryptanalysis.
Encryption - Correct Answers: The process of converting an original message
into a form that is unreadable by unauthorized individuals.
Cryptography - Correct Answers: process of making and using codes to secure transmission of info.
Cryptanalysis - Correct Answers: process of obtaining original message from encrypted message without
knowing algorithms.
Decryption - Correct Answers: the process of converting the ciphertext message back into plaintext so it
can be readily understood.
Key - Correct Answers: - the information used in conjunction with an algorithm to create the ciphertext
from the plaintext or derive the plaintext from the ciphertext.
- this can be a series of bits used by a computer program, or it can be a passphrase used by humans.
Algorithm - Correct Answers: - A set of steps or mathematical calculations used in
solving a problem
- In cryptography, it is the programmatic steps used to convert an unencrypted message into an
encrypted sequence of bits that represent the message, or the
programs that enable the cryptographic processes.
Foundations of Cryptology: - Correct Answers: - cryptology has a long and multicultural history
With emergence of technology; need for ______________ in information technology environment
greatly increased. - Correct Answers: encryption
, All popular web browsers use built-in encryption features for __________ e-commerce applications. -
Correct Answers: secure
Plaintext can be encrypted through two methods: - Correct Answers: 1. bit stream
2. block cipher
Bit Stream Method: - Correct Answers: each bit in the plaintext is transformed into a cipher bit one bit at
a time.
Block Cipher Method: - Correct Answers: the message is divided into blocks, and then each block of
plaintext bits is transformed into an encrypted block of cipher bits using an algorithm and key.
Substitution Cipher - Correct Answers: - substitute one value for another
Monoalphabetic substitution: - Correct Answers: uses only one alphabet
Polyalphabetic substitution: - Correct Answers: more advanced; uses two or more alphabets.
Vigenère cipher - Correct Answers: advanced cipher type that uses simple polyalphabetic code; made up
of 26 distinct cipher alphabets.
Transposition cipher - Correct Answers: - easy to understand, but if properly used, produces ciphertext
that is difficult to decipher.
- rearranges values within a block to create ciphertext
- to make the encryption even stronger, the keys and block sizes can be made much larger.
Transportation cipher can be done at the _____ level or at the byte (character) level. - Correct Answers:
bit
Exclusive OR - Correct Answers: a function of Boolean algebra ; two bits are compared