Which of the following is the process of creating a numeric value that represents the original text?

A. Encryption
B. Decryption
C. Hashing
D. Key management


Answer: C
Explanation: Hashing is the process of creating a numeric value that represents the original text. Encryption is the process of converting a plan text to cipher text. Decryption is the process of converting cipher text to plain text. Key management is the process of protecting the encryption keys.

Computer Science & Information Technology

You might also like to view...

What is the first step a technician should take if a network printer does not list in the corporate network printer list?

A) Configure printer sharing. B) Disable the firewall. C) Enable QoS. D) Map the printer.

Computer Science & Information Technology

Assume you have the following relative instruction frequency and their respective cycles per instruction:

Arithmetic/logical instructions 57% with 1 cycle Load instructions 22% with 3 cycles Store instructions 6% with 2 cycles Unconditional branches 10% with 2 cycles Conditional branches 5% wit 2 cycles What is the average cycles per instruction? A: 1.60 B: 1.55 C: 1.70 D: 1.45 E: 1.65

Computer Science & Information Technology

In the following pseudocode algorithm, what is the output given the following inputs? sale price=2.00 sales tax rate=6% ? 1. enter the sale price and sales tax rate2. calculate the cost by multiplying the sale price by the sales tax rate and then adding the result to the sale price3. display the cost ?

A. 2.00 B. 2.06 C. 2.12 D. .12

Computer Science & Information Technology

You can use the ____ tool to trim an image.

A. Trim B. Cut C. Crop D. Adjust

Computer Science & Information Technology