Modular Arithmetic and Applications
What is the result of 23 mod 6?
Which property makes RSA encryption secure?
In the RSA key generation process, what is the relationship between the public exponent e and Euler's totient function φ(n)?
If p = 11 and q = 13, and we choose e = 7, what is the value of the private exponent d?
What is the result of 3^10 mod 11?
In RSA, if you encrypt a message m with the public key (e, n) to get ciphertext c, and then encrypt c again with the same public key, what mathematical property ensures you don't get back the original message m?
Using the Extended Euclidean Algorithm, what is the modular multiplicative inverse of 25 modulo 31?
In an RSA system with n = 77, e = 13, if the ciphertext is c = 23, what is the original message m?
What would happen to RSA security if quantum computers capable of running Shor's algorithm became widely available?