What this quiz covers
This quiz focuses on Rsa And Public Key Cryptography, giving you a quick way to practice the rules, question types, and explanations that matter most for Discrete Math.
In an RSA system, Charlie chooses primes p=11 and q=13, giving n=143. He selects public exponent e=7. When Charlie tries to encrypt the message m=22, what is the primary issue he encounters?
Discrete Math Quiz
Practice Rsa And Public Key Cryptography in Discrete Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Rsa And Public Key Cryptography, giving you a quick way to practice the rules, question types, and explanations that matter most for Discrete Math.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
In an RSA system, Charlie chooses primes p=11 and q=13, giving n=143. He selects public exponent e=7. When Charlie tries to encrypt the message m=22, what is the primary issue he encounters?
Alice generates an RSA key pair with modulus n=77 and public exponent e=13. Bob encrypts the message m=5 using Alice's public key. If Bob's encrypted message is c≡26(mod77), what happens when Alice attempts to decrypt using her private key d=37?
Jack implements RSA with n=91=7×13 and accidentally reveals that his private exponent is d=61. An adversary who intercepts this information wants to determine Jack's public exponent e. What is the most efficient approach?
Paula implements a simplified RSA variant where she uses n=15=3×5, e=7, and computes d=3 (since 7×3=21≡1(mod8) where ϕ(15)=8). When she encrypts m=2, she gets c=27mod15=8. However, when she tries to decrypt c=8, what result does she obtain?
Henry implements a variant where he uses n=35=5×7 but mistakenly chooses e=6 as his public exponent. When he tries to compute the corresponding private exponent d, what problem does he encounter?
In the RSA cryptosystem, Alice chooses primes p=7 and q=11, computes n=pq=77, and selects e=13 as her public exponent. When Bob encrypts the message m=5 using Alice's public key, what is the resulting ciphertext c?
Oscar uses RSA with n=143=11×13 and e=7. He wants to encrypt the message m=12 but first checks whether this creates any security vulnerabilities. What should be his primary concern?
In a simplified RSA scenario, Eve intercepts Alice's public key (n,e)=(21,5) and wants to factor n to break the system. After successfully finding p=3 and q=7, what private exponent d should Eve compute to decrypt Alice's messages?
Grace generates RSA keys using p=11 and q=13. She chooses e=7 and correctly computes d=103. However, she accidentally uses d′=23 (which is dmod120) as her private exponent. What happens when she attempts to decrypt a ciphertext c=50?
Frank implements RSA with p=13, q=17, and e=5. He receives two ciphertexts: c1=100 (encrypting m1) and c2=150 (encrypting m2). If Frank wants to decrypt the product m1⋅m2 without individually decrypting c1 and c2, what ciphertext should he decrypt?
In a public-key infrastructure, three users have the following RSA public keys: Alice (nA,eA)=(33,3), Bob (nB,eB)=(55,3), and Carol (nC,eC)=(77,3). If they all use the same public exponent e=3 and someone broadcasts the same message m to all three, what vulnerability might this create?
In an RSA digital signature scheme, Alice signs a message hash h=42 using her private key with n=77, d=37. The resulting signature is s=49. When Bob verifies this signature using Alice's public key (n,e)=(77,13), what value should he obtain?
In RSA key generation, Charlie selects p=17 and q=19. He correctly computes n=323 and ϕ(n)=288. Which of the following values would be a valid choice for his public exponent e?
Eve intercepts an RSA ciphertext c=8 sent to a recipient with public key (n,e)=(15,7). She also discovers that the original message m satisfied m2≡4(mod15). What can Eve conclude about the message?
Grace discovers that in an RSA system with n=91 and e=5, the message m=3 encrypts to c=61. She wants to verify this is correct by checking the decryption. If the private key is d=29, what should 6129mod91 equal?
Frank implements RSA with n=33 and e=3. He encrypts three consecutive messages m,m+1,m+2 and observes that exactly one of them produces a ciphertext equal to the original message. What property must m satisfy?
Iris implements RSA with n=39 and discovers that her choice of public exponent e=5 creates a system where the private exponent d=5 as well. What mathematical property of this system makes it insecure?
Diana receives the ciphertext c=41 encrypted with her RSA public key (n,e)=(55,3). Given that her private key is d=27, what is the original plaintext message m?
Henry analyzes an RSA system where the public key is (n,e)=(55,17) and notices that messages m=21 and m=34 both encrypt to the same ciphertext. What does this observation reveal?
An RSA implementation uses n=35 and e=11. A cryptanalyst observes that encrypting m=6 yields c=1. What does this reveal about the security of this particular RSA instance?