_________ is the original message or data that is fed into the algorithm as input.

A. Plaintext B. Encryption algorithm

C. Decryption algorithm D. Ciphertext

A. Plaintext

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a) assert is a useful debugging tool for testing if a variable has a correct value b) If NDEBUG is defined, only the next assertion is ignored. c) The assert macro is defined in the assert.h header file. d) One problem with using assert is that if the assertion is false, program execution is terminated; in some situations it is more appropriate to allow the program to continue executing after the program has dealt with the problem.

Computer Science & Information Technology

Which method can you use to find out the number of the bytes in a file using InputStream?

a. length() b. available() c. size() d. getSize()

Computer Science & Information Technology