Common modulus attack question RSA. Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Cycle attack on RSADecrypting a Message Encrypted in RSA Using Two Coprime Encryption KeysRSA public key cryptosystemFactors of the RSA modulusRSA fixed pointSolving for $m$ algebraically given $m^e equiv c_1 pmod n$ and $(alpha m+beta)^e equiv c_2 pmod n$Factor the RSA modulus $n = 3844384501$ knowing that $3117761185^2 equiv 1 pmodn$common encryption exponent attack - Match Encryption and public key sets.RSA encryption decryptionDecrypt an RSA-message when it's encrypted by same modulus

What was the first language to use conditional keywords?

How do I find out the mythology and history of my Fortress?

How fail-safe is nr as stop bytes?

Is grep documentation about ignoring case wrong, since it doesn't ignore case in filenames?

Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?

Can anything be seen from the center of the Boötes void? How dark would it be?

Exposing GRASS GIS add-on in QGIS Processing framework?

What does it mean that physics no longer uses mechanical models to describe phenomena?

"Lost his faith in humanity in the trenches of Verdun" — last line of an SF story

Parallel Computing Problem

What does Turing mean by this statement?

Using audio cues to encourage good posture

Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode

Can a new player join a group only when a new campaign starts?

Importance of からだ in this sentence

What is "gratricide"?

How to improve on this Stylesheet Manipulation for Message Styling

Is there any word for a place full of confusion?

Time to Settle Down!

What is the difference between globalisation and imperialism?

How to play a character with a disability or mental disorder without being offensive?

Triggering an ultrasonic sensor

Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?

Crossing US/Canada Border for less than 24 hours



Common modulus attack question RSA.



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Cycle attack on RSADecrypting a Message Encrypted in RSA Using Two Coprime Encryption KeysRSA public key cryptosystemFactors of the RSA modulusRSA fixed pointSolving for $m$ algebraically given $m^e equiv c_1 pmod n$ and $(alpha m+beta)^e equiv c_2 pmod n$Factor the RSA modulus $n = 3844384501$ knowing that $3117761185^2 equiv 1 pmodn$common encryption exponent attack - Match Encryption and public key sets.RSA encryption decryptionDecrypt an RSA-message when it's encrypted by same modulus










0












$begingroup$


If we are in the context of understanding how Common Modulus Attack for RSA:



$C_1=M^e_1 pmodn $



$C_2=M^e_2 pmod n $



We know that if $gcd(e_1,e_2)=1$ the attack works fine.



¿What would happen if $gcd(e_1,e_2)>1$?










share|cite|improve this question











$endgroup$
















    0












    $begingroup$


    If we are in the context of understanding how Common Modulus Attack for RSA:



    $C_1=M^e_1 pmodn $



    $C_2=M^e_2 pmod n $



    We know that if $gcd(e_1,e_2)=1$ the attack works fine.



    ¿What would happen if $gcd(e_1,e_2)>1$?










    share|cite|improve this question











    $endgroup$














      0












      0








      0





      $begingroup$


      If we are in the context of understanding how Common Modulus Attack for RSA:



      $C_1=M^e_1 pmodn $



      $C_2=M^e_2 pmod n $



      We know that if $gcd(e_1,e_2)=1$ the attack works fine.



      ¿What would happen if $gcd(e_1,e_2)>1$?










      share|cite|improve this question











      $endgroup$




      If we are in the context of understanding how Common Modulus Attack for RSA:



      $C_1=M^e_1 pmodn $



      $C_2=M^e_2 pmod n $



      We know that if $gcd(e_1,e_2)=1$ the attack works fine.



      ¿What would happen if $gcd(e_1,e_2)>1$?







      cryptography






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 29 at 22:27









      Henno Brandsma

      117k350128




      117k350128










      asked Mar 27 at 19:35









      LecterLecter

      11311




      11311




















          1 Answer
          1






          active

          oldest

          votes


















          1












          $begingroup$

          You would need to be able to extract $k$th roots where $k=gcd(e_1,e_2)$ (and to do so efficiently). The common modulus attack allows one to recover $m^k bmod n$ where $m$ is the desired plaintext. However, extracting $k$th roots is probably hard. (Extracting $e$th roots would lead to an immediate breaking of RSA through a single known ciphertext message: knowledge of $c$ and that $c=m^e$ would give us $m$ immediately by taking the $e$th root.)






          share|cite|improve this answer











          $endgroup$













            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "69"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3165012%2fcommon-modulus-attack-question-rsa%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1












            $begingroup$

            You would need to be able to extract $k$th roots where $k=gcd(e_1,e_2)$ (and to do so efficiently). The common modulus attack allows one to recover $m^k bmod n$ where $m$ is the desired plaintext. However, extracting $k$th roots is probably hard. (Extracting $e$th roots would lead to an immediate breaking of RSA through a single known ciphertext message: knowledge of $c$ and that $c=m^e$ would give us $m$ immediately by taking the $e$th root.)






            share|cite|improve this answer











            $endgroup$

















              1












              $begingroup$

              You would need to be able to extract $k$th roots where $k=gcd(e_1,e_2)$ (and to do so efficiently). The common modulus attack allows one to recover $m^k bmod n$ where $m$ is the desired plaintext. However, extracting $k$th roots is probably hard. (Extracting $e$th roots would lead to an immediate breaking of RSA through a single known ciphertext message: knowledge of $c$ and that $c=m^e$ would give us $m$ immediately by taking the $e$th root.)






              share|cite|improve this answer











              $endgroup$















                1












                1








                1





                $begingroup$

                You would need to be able to extract $k$th roots where $k=gcd(e_1,e_2)$ (and to do so efficiently). The common modulus attack allows one to recover $m^k bmod n$ where $m$ is the desired plaintext. However, extracting $k$th roots is probably hard. (Extracting $e$th roots would lead to an immediate breaking of RSA through a single known ciphertext message: knowledge of $c$ and that $c=m^e$ would give us $m$ immediately by taking the $e$th root.)






                share|cite|improve this answer











                $endgroup$



                You would need to be able to extract $k$th roots where $k=gcd(e_1,e_2)$ (and to do so efficiently). The common modulus attack allows one to recover $m^k bmod n$ where $m$ is the desired plaintext. However, extracting $k$th roots is probably hard. (Extracting $e$th roots would lead to an immediate breaking of RSA through a single known ciphertext message: knowledge of $c$ and that $c=m^e$ would give us $m$ immediately by taking the $e$th root.)







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited Mar 28 at 0:23

























                answered Mar 27 at 19:39









                RandallRandall

                10.8k11431




                10.8k11431



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Mathematics Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    Use MathJax to format equations. MathJax reference.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3165012%2fcommon-modulus-attack-question-rsa%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Moe incest case Sentencing See also References Navigation menu"'Australian Josef Fritzl' fathered four children by daughter""Small town recoils in horror at 'Australian Fritzl' incest case""Victorian rape allegations echo Fritzl case - Just In (Australian Broadcasting Corporation)""Incest father jailed for 22 years""'Australian Fritzl' sentenced to 22 years in prison for abusing daughter for three decades""RSJ v The Queen"

                    Daza language Contents Vocabulary Phonology References External links Navigation menudaza1242Daza"Dazaga"eeee178086576

                    Who is our nearest planetary neighbor, on average?Santa Claus flies to the South PoleSeven Spheres of Unequal Mass, a weighing problem with a twistDescribe a large integerFast Mental Calculation of $7.5^7$Math in Space (without the help of celebrities)Find the value of $bigstar$: Puzzle 8 - InequalityWho drinks beer while running anyway?A Crucial DeliveryRanking And AverageHow long will my money last at roulette?