2
Q&A VERIFIED ANSWERS GRADED
A+
OR the following
X
0101110101010111
1001100000111010
------------------ - CORRECT ANSWER-1100010101101101
symmetric key-based encryption
a
-typical methods - CORRECT ANSWER-RSA
DSA
El Gamal
ymmetric key-based encryption
S
-Typical Methods - CORRECT ANSWER-RC2- 40-bit key size 64-bit block
RC4- (Stream Cipher)- Used in SSL and WEP
RC5- (Variable Key size, 32, 64, or 128 bit block size)
AES- (128, 192 or 256-bit key size, 128-bit block size)
DES- (56-bit key size. 64 bit Block size)
3DES- (112-bit key size, 64-bit block size)
lock Encryption - CORRECT ANSWER-RC2(40 bit key size)
B
RC5(Variable block size)
IDEA
DES
3DES
AES (Rijndael)
Blowfish
Twofish
s tream encryption - CORRECT ANSWER-RC4
Chacha
ainbow Attack - CORRECT ANSWER-The method of knowing the mapping between
R
the hashed values and the original data
,Dictionary-type attack - CORRECT ANSWER-a brute force analysis
- CORRECT ANSWER-does not belong to
∉
when an object is not in a set
- CORRECT ANSWER-Belongs to
∈
when an object is within a set
- CORRECT ANSWER-subset
⊆
subset has fewer elements or equal to the set
A ∪ B - CORRECT ANSWER-union (objects that belong to set A or set B)
| - CORRECT ANSWER-such that
A ∩ B - CORRECT ANSWER-Intersection: in both A and B
nigma Machine -Cypher 10 - CORRECT ANSWER-Used a polyalphabetic substitution
E
cipher, which did not repeat within a reasonable time period, along with a secret key.
For the cracking of the Enigma cipher, the challenge was thus to determine both the
algorithm used and the key. Enigma's main weakness, though, was that none of the
plain text letters could be ciphered as itself.
our-square cipher9 - CORRECT ANSWER-Uses four 5 × 5 matrices arranged in a
F
square, are where each matrix contains 25 letters for encoding and decoding
operations.
ne-time pad cypher8 - CORRECT ANSWER-Cypher Code mapping that is only used
O
once.
Advantage: it is essentially unbreakable.
Disadvantage: it takes lots of work as you would have to generate the pad to be used,
each time.
igenere Cipher 7 - CORRECT ANSWER-Polyalphabetic cipher that involves using a
V
different mapping, based on a keyword, for each character of the cipher. An advantage
of this type of cipher is that the same plaintext character is likely to be coded to different
mappings, depending on the position of the keyword, making guessing more difficult.
, easar Cipher6 - CORRECT ANSWER-Mono-alphabetic substitution cypher known as
C
"shift" cipher. Involves plaintext being replaced by a letter some fixed number of
positions down the alphabet. i.e., a Caesar Cipher using a shift of +3 would mean a
plaintext letter A would result in a ciphertext letter D (a shift of three positions to the right
in the alphabet)
orse Code cypher 5 - CORRECT ANSWER-Encoding method, rather than a cypher,
M
that works by translating characters into sequences of dots (.) and dashes (-)
layfair Cipher 4 - CORRECT ANSWER-5 × 5 matrix containing the alphabet less the
P
letter J. Cipher/decipher process consists of a set of rules outlining use of column and
row combinations.
IFID Cipher 3 - CORRECT ANSWER-Makes use of a grid and which maps the letters
B
into numeric values.
ail Code Cipher 2 - CORRECT ANSWER-Employs a method to scramble text by
R
writing it in a sequence across a number of rails.
ig Pen Cipher 1 - CORRECT ANSWER-Mono- alphabetic substitution cipher that
P
makes use of mapping plaintext characters to graphical characters rather than to
alphabetic ones. i.e. A=(pick a symbol), vs A=(pick a letter). Disadvantage: once the
mapping is known, it is difficult to keep the message secret.
ncryption - CORRECT ANSWER-in simplest terms is changing plaintext into
E
ciphertext
ecryption - CORRECT ANSWER-The process of converting a ciphertext into
D
plaintext.
ESCrypt - CORRECT ANSWER-Encrypt individual files and encrypt full disks with
A
options such as Bitlocker and FileVault
ono-alphabetic - CORRECT ANSWER-c code or substitution is where a single
M
mapping from our alphabet to a cipher alphabet is created. Many early cryptosystems
used this.
olyalphabetic - CORRECT ANSWER-refers to the mapping of our alphabet to a
P
number of cipher alphabets. This approach added a bit of complexity to early
cryptosystems.