Chapter 1: Q28E (page 49)
In an RSA cryptosystem, p = 7and q = 11(as in Figure 1.9). Find appropriate exponents and .
Short Answer
The correct exponent of d is 37 and e is 13.
Chapter 1: Q28E (page 49)
In an RSA cryptosystem, p = 7and q = 11(as in Figure 1.9). Find appropriate exponents and .
The correct exponent of d is 37 and e is 13.
All the tools & learning materials you need for study success - in one app.
Get started for free1.38. To see if a number, say , is divisible by , you just add up the digits of its decimalrepresentation, and see if the result is divisible by role="math" localid="1658402816137" .
( , so it is not divisible by ).
To see if the same number is divisible by , you can do this: subdivide the number into pairs ofdigits, from the right-hand end , add these numbers and see if the sum is divisible by (if it's too big, repeat).
How about ? To see if the number is divisible by , subdivide it into triples from the end add these up, and see if the sum is divisible by .
This is true for any prime other than and . That is, for any prime , there is an integer such that in order to see if divides a decimal number , we break into -tuples of decimal digits (starting from the right-hand end), add up these -tuples, and check if the sum is divisible by .
(a) What is the smallest such for ? For ?
(b) Show that is a divisor of .
Letdenote the set. For each of the following families of hash functions, say whether or not it is universal, and determine how many random bits are needed to choose a function from the family.
(a) , whereis a fixed prime and
Notice that each of these functions has signaturethat is, it maps a pair of integers into a single integer in.
(b) is as before, except that nowis some fixed power of.
(c) is the set of all functions.
Show that if is a nontrivial square root of 1 modulo N , that is if but , then must be composite. (For instance,; thus 4 is a nontrivial square root of 1 modulo 15.)
Show that
(Hint: To show an upper bound, compare with . To show a lower bound, compare it with ).
Show that any binary integer is at most four times as long as the corresponding decimal integer. For very large numbers, what is the ratio of these two lengths, approximately?
What do you think about this solution?
We value your feedback to improve our textbook solutions.