What is the effective cryptographic key length used by the Data Encryption Standard algorithm?

a. 56 bits
b. 112 bits
c. 128 bits
d. 168 bits


Answer: a. 56 bits

Computer Science & Information Technology

You might also like to view...

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

1. Given the two C++ array declarations: 2. In the sequential search algorithm, items are examined alternately, odd then evens, in order to find whether the target value is in the array (and if the target is present, to the index of the target.) 3. In a sorting an array, the items in the array are rearranged so that for all j and k, if j < k, then array[j]<=array[k] 4.In the definition, double d[10] = {0.0}; only d[0] is initialized to zero, the rest are uninitialized, just like x in the definition double x;

Computer Science & Information Technology

If an ObjectInputStream is used to read information from the server, an __________ is generated when the client attempts to read a value from a stream on which end-of-stream is detected.

a. EOF. b. EOS. c. EOFException. d. EOSException.

Computer Science & Information Technology

Online links to research information about Access and templates for specific databases can be found in the ________ area of the launch screen

Fill in the blank(s) with correct word

Computer Science & Information Technology

Microsoft Excel is a ________ program

A) word processing B) presentation C) database D) spreadsheet

Computer Science & Information Technology