CSCI 6420
Spring 2002
Additional practice questions

  1. What is the inverse of 4 mod 9?

  2. Computing discrete square roots mod n, where n is the product of two primes, is as hard as factoring n. What mechanism is used to show that?

  3. If primes p = 5 and q = 11 are chosen, what are the private and public keys selected for the RSA system? What are the encoding and decoding functions?

  4. In public key cryptography, we give away enough information to break the encryption. What makes us think that nobody can make effective use of that information?