How to perform a Franklin Reiter Related Message Attack on RSA?

Issue

This Content is from Stack Overflow. Question asked by Zeyan Wang

By definition, the Franklin Reiter related message attack works in a scenario where two messages differ only by a fixed known difference. Suppose I have two messages encrypted by RSA with the same public key (N, e), where:

M1 = “Hello ” + name1 + message

M2 = “Hello ” + name2 + message

How can I perform the Franklin-Reiter related message attack on them?

I am aware that we need (N, e, C1, C2, f) for a Franklin Reiter related message attack where f = ax + b, but what is f in this case?



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?