The most common public-key encryption algorithm is ____.
A. SHA1
B. AES
C. DES
D. RSA
Answer: D
You might also like to view...
Answer the following questions true (T) or false (F)
1. True/False: Hierarchy charts are just a different name for flowcharts. 2. True/False: A flowchart is a pictorial representation of the flow of a program. 3. True/False: If you use a flowchart to design a program, you cannot use pseudocode for the same program.
You can press the ____ keys to break apart letters into individual text blocks.
A. Shift+B B. Ctrl+Shift+B C. Ctrl+B D. Ctrl+F4
The default setting is to have Windows automatically check for updates every week.
Answer the following statement true (T) or false (F)
Which of the followingObjectconstructor methods returnstrueifobjis frozen?
A. Object.freeze(obj) B. Object.isFrozen(obj) C. obj.freeze(Object) D. obj.isFrozen(Object)