Problem R-8.9
In the inverse of the S-box from Figure 8.14, what is the substitution for e3, in hexadecimal?
Problem R-8.12
Bob is arguing that if you use Electronic Codebook (ECB) mode twice in a row to encrypt
a long message, M, using the same key each time, that it will be more secure. Explain why
Bob is wrong in the case of using a binary one-time pad encryption scheme.
Problem R-8.16
Roughly how many times would you have to call a primality tester to find a prime number
between 1,000,000 and 2,000,000?
Problem R-8.17
What is 7120 mod 143?
Problem R-8.18
Show the result of encrypting M= 4 using the public key (e, n)=(3,77) in the RSA
cryptosystem.
Problem R-8.20
Alice is telling Bob that he should use a pair of the form (3,n) or (16385,n) as his RSA
public key, where, as usual, n=pq, for two large primes, pand q, if he wants people
to encrypt messages for him from their cell phones. What is the justification for Alice’s
advice?
Problem R-8.24
Explain why nonforgeability and nonmutability imply nonrepudiation for digital signatures.
33