Purchase Solution

Find the private key when you know the public key

Not what you're looking for?

Ask Custom Question

Public Key Encryption: If you have access to the public keys n and e, it is possible to reverse the public keys from them. One approach is to factor the value of n to discover p and q, then to determine d by finding a value k such that k(p-1)(q-1) + 1 divides evenly by e, the quotient being d.

If you have n = 77 and e = 7 for public keys, what are the private keys (n and d)?
Show how you got the answer.

Purchase this Solution

Solution Summary

The solution gives detailed steps on finding the private key when you know the public key using an example.

Solution Preview

Answer:

First, we need to factor n=77. For 77, there are only 2 prime factors of 77: 7 and 11. So let p=7 and q=11. You can also let ...

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Basic Networking Questions

This quiz consists of some basic networking questions.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.