Suppose Alice uses the RSA system with a very large modulus n for which the factorization cannot be found in a reasonable amount of time. Suppose Bob sends Alice a message by representing each letter by its ascii value (A->65, B->66, ...) and then encypting each number separately using RSA with the large modulus and some large key e. Is this method secure? If not, describe an efficient attack.
+3
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Suppose Alice uses the RSA system with a very large modulus n for which the factorization cannot be found in a reasonable amount of time. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Suppose Alice uses the RSA system with a very large modulus n for which the factorization cannot be found in a reasonable amount of time. Suppose Bob sends Alice a message by representing each letter by its ascii value (A->65, B->66, ...