Cryptography is really an issue of mathematics being used to create code into an undecipherable form or algorithms. What algorithm is easier to perform than to decipher?
  1. El Gamal
  2. Elliptic Curve Cryptosystems
  3. One-Way Functions
  4. Knapsack
Explanation
Answer: C - One-way Functions are mathematical functions that are easier to compute in one direction than in the opposite direction. This concept is similar to how a one-way function is used in cryptography, which is what the RSA algorithm and all other asymmetric algorithms is based upon. When a one-way function is carried out in the easy direction, encryption and digital signature verification functionality are available. When the one-way function is carried out in the hard direction, decryption and signature generation functionality are available. This means only the public key can carry out encryption and signature verification and only the private key can carry out decryption and signature generation.
Was this helpful? Upvote!
Login to contribute your own answer or details