CompTIA Security+ Exam Prep

Category - Engineering

Cryptography is really an issue of mathematics being used to put code into an undecipherable form or algorithms. Which algorithm takes a variable-length string and message and produces a fixed-length value?
  1. El Gamal
  2. Elliptic Curve Cryptosystems
  3. One-Way Functions
  4. One-Way Hash
Explanation
Answer: D - A one-way hash is a function that takes a variable-length string and message and produces a fixed-length value called a hash value. This is called a message fingerprint. The secrecy of the one-way hashing function is its “one-wayness.” The function is run in only one direction, not in reverse. The receiver does not attempt to reverse the process at the other end, but instead runs the same hashing function one way and compares the two results. The hashing one-way function takes place without the use of any keys. At this point, the function is called MAC.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz