Answer the following statements true (T) or false (F)

1. The algorithm will produce a different output depending on the specific secret key being used at the time. The exact substitutions and transformations performed by the algorithm depend on the key.
2. When using symmetric encryption it is very important to keep the algorithm secret.
3. On average, half of all possible keys must be tried to achieve success with a brute-force attack.
4. Ciphertext generated using a computationally secure encryption scheme is impossible for an opponent to decrypt simply because the required information is not there.
5. Monoalphabetic ciphers are easy to break because they reflect the frequency data of the original alphabet.


1. TRUE
2. FALSE
3. TRUE
4. FALSE
5. TRUE

Computer Science & Information Technology

You might also like to view...

Actually programming, as opposed to designing, the classes in a class hierarchy is a bottom-up process.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

?Identify the kind attribute that is a default translation of a dialog from a media clip whose language is specified in the srclang attribute.

A. ?descriptions B. ?chapters C. ?captions D. ?subtitles

Computer Science & Information Technology

The heap ADT uses a linked list for its implementation.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Accessor that returns value of a matrix entry mat[r][c]

What will be an ideal response?

Computer Science & Information Technology