Abstract
In this paper, we propose a new scheme based on ephemeral elliptic curves over a finite ring with an RSA modulus. The new scheme is a variant of both the RSA and the KMOV cryptosystems and can be used for both signature and encryption. We study the security of the new scheme and show that it is immune to factorization attacks, discrete-logarithm-problem attacks, sum-of-two-squares attacks, sum-of-four-squares attacks, isomorphism attacks, and homomorphism attacks. Moreover, we show that the private exponents can be much smaller than the ordinary exponents in RSA and KMOV, which makes the decryption phase in the new scheme more efficient.
1. Introduction
The RSA system was proposed in 1977 by Rivest, Shamir, and Adleman [1] as a public key cryptosystem. The algorithm is based on a trap-door function that utilizes the Fermat–Euler theorem. The RSA algorithm’s strength depends on the difficulty of factorizing a large integer n, which is the product of two large primes p and q. In RSA, the public exponent is an integer e and the private exponent is an integer d such that .
Since its publication, the RSA cryptosystem has been intensively studied for vulnerabilities using various methods (see [2,3]). On the other hand, to improve the efficiency of RSA, many variants have been proposed such as Batch RSA [4], Multi-Prime RSA [5], Prime Power RSA [6], CRT-RSA [7], Rebalanced RSA [8], Dual RSA [9], and DRSA [10].
In 1985, Koblitz [11] and Miller [12] showed independently how to use elliptic curves over finite fields for the design of cryptosystems. Such schemes contribute to elliptic curve cryptography (ECC) and their security is based on the hardness of the elliptic curve discrete logarithm (ECDLP). ECC offers high security with smaller keys and more efficient implementations than traditional public key cryptosystems such as RSA. ECC is increasingly used in industry for digital signatures such as ECDSA [13], key agreement such as ECDH [14], and Bitcoin [15].
In 1991, Koyama et al. [16] proposed a new scheme called KMOV by adapting RSA to the elliptic curve with an equation over the ring , where is an RSA modulus satisfying . In KMOV, b is computed during the encryption process in terms of the plaintext as . The main property of KMOV is that holds for any point P on the elliptic curve, where is the point at infinity. In 1993, Demytko [17] proposed a variant of RSA, where the elliptic curve with the equation over is fixed. The advantage of Demytko’s scheme over KMOV is that it uses only the x-coordinate of the points on the elliptic curve. One of the common properties of both schemes is that their security is based on the hardness of factoring large composite integers.
This paper proposes a new RSA variant based on the elliptic curve with the equation over the ring , where is an RSA modulus with , , and . The number of points on the elliptic curve over the finite field is , with . Similarly, the number of points on the same elliptic curve over is , with .
The new scheme is a variant of both RSA and KMOV and works as follows. The public exponent is an integer e satisfying , where
with and . To encrypt a message m, one generates a random integer r with , computes , and on the elliptic curve with equation over the ring . The point C is then the encrypted message. To decrypt C, one first computes and the two values and such that
and
Using and , one computes and . Finally, one computes the initial message on the elliptic curve with equation over the ring .
This paper studies the security of the new scheme regarding the modulus n, the private multiplier d, and the elliptic curve with an equation . For the modulus , we study its resistance against factorization algorithms and its decomposition as the sum of two or four squares. We show that knowing the order with and is not sufficient to factor n. For the private multiplier d, we show that the attacks based on the continued fraction algorithm or Coppersmith’s method are applicable only if . For comparison, the former techniques are applicable to RSA and KMOV when their private exponent and multiplier is such that . Finally, we study the discrete logarithm problem for an elliptic curve with the equation . We also study isomorphism and homomorphism attacks and ways to overcome them.
To summarize, our scheme is a generalization of the KMOV and Demytko’s schemes, which can be used for encryption and signatures. Moreover, it is a probabilistic algorithm that is secure against known classical attacks.
It should be noted that our scheme is not secure under quantum cryptanalysis because Shor’s [18] algorithm can factor any RSA modulus in polynomial time.
The rest of this paper is organized as follows. Section 2 presents the results that will be used in this paper. Section 3 and Section 4 present the theory of elliptic curves over a finite field and a finite ring , respectively. Section 5 presents the new scheme. Section 6 presents an analysis of the security of the new scheme. Section 7 concludes the paper.
2. Useful Lemmas
This section presents some results that will be useful for the security analysis of our new scheme.
Let be an RSA modulus with balanced prime factors p and q, typically, . The following result gives the upper and lower bounds for p and q in terms of n [19].
Lemma 1.
Let be the product of two unknown integers such that . Then,
In 1990, Wiener [8] showed that RSA with a public key is insecure if the private exponents d satisfy with . His method is based on the continued fraction algorithm and makes use of Theorem 184 in [20].
Theorem 1.
Let ξ be a real number. Let a and b be two positive integers satisfying and
Then, is a convergent of the continued fraction expansion of ξ.
In 1996, Coppersmith [21] described a polynomial-time algorithm for finding small solutions of univariate modular polynomial equations. The method is based on lattice reduction. Since then, the Coppersmith method has been extended to solve modular polynomial equations with more variables and has been used for cryptanalysis, especially with regard to the RSA system. To illustrate this point, Boneh and Durfee [22] presented an attack on RSA by transforming the RSA key equation into the small inverse problem . Using Coppersmith’s method, they improved Wiener’s attack up to .
The following result is a generalization of the method of Boneh and Durfee for solving the small inverse problem (see [22,23,24]).
Lemma 2.
Let n and e be two distinct integers of the same size. Let x and y be two integers such that , , and . If and , then one can find x and y in polynomial time.
3. Elliptic Curves over the Finite Field
This section presents the main definitions and properties of elliptic curves. For more properties, see [25,26,27,28].
Let p be a prime number and be the finite field with p elements. An elliptic curve E over is an algebraic curve with no singular points, which is given by the Weierstrass equation
where for . When , the equation can be transformed into the short Weierstrass equation with the nonzero discriminant . The set of points satisfying the equation, along with the infinity point , is denoted as . The total number of points on is called the order of E and is denoted as . It is well known that can be written as , where t is bounded by the following result of Hasse . An addition law is defined over using the chord-tangent method.
The following result is fundamental to finding the exact value of for specific elliptic curves (see Theorem 5, page 307, Section 4, Chapter 18 of [29]).
Theorem 2.
Let be a prime number with . Let with . Consider the elliptic curve with equation over . Then,
where , , and is the biquadratic (or quartic) residue character of α modulo π.
The following result provides an explicit solution for (see page 122, Proposition 9.8.2 of [29]).
Theorem 3.
Let be a prime number with . Let with . Then,
where , .
The following result is valid when the residue quartic character is computed for modulo p.
Lemma 3.
Let be a prime number with . Let with . Then,
Proof.
Let be a prime number. First, we have and . Next, let with . According to Fermat’s Little Theorem, we have . Then, or . If , then , and if , then
and . To summarize, we have for modulo p. This concludes the proof. □
The following result provides a simple proof for the estimation of when . Alternative proofs can be found in [28] (Section 4.4 p. 115) and [29] (Section 4 in Chapter 18).
Lemma 4.
Let be a prime number with and . For with , let be the elliptic curve with the equation over . Then,
Proof.
Let with and . We set with . Then,
and
Also, we have
We apply Theorem 2 to the elliptic curve with equation over . We obtain
Theorem 3 asserts that . First, assume that . Then, and
Next, assume that . Then, and
Now, assume that . Since , then and . Hence, and
Finally, assume that . Then, and , which gives
This concludes the proof. □
4. Elliptic Curves over the Ring
This section briefly describes the theory of elliptic curves over the ring , where is an RSA modulus (see [28], Section 2.11 and [30] for more details).
Let with . The elliptic curve is the set of points that satisfies the equation together with the point at infinity denoted as . According to the Chinese remainder Theorem, the set is isomorphic to the direct sum , where is the elliptic curve with equation over with the point at infinity , and is the elliptic curve with equation over with the point at infinity . Hence, the point at infinity of is . The points of the form with and the points of the form with are semi-zero points, whereas the ordinary points are of the form with and . A group law can be given for using the chord and tangent addition law. However, the addition law is not always well-defined when using analytical expressions since there are elements in that are not invertible modulo n. To overcome this, the projective coordinates are used with the equation . Hence, for any point P of the elliptic curve , we have
In this paper, the arithmetic of the new scheme is based on the elliptic curve with and , where with large prime numbers. Consequently, the sum of two points of is defined with overwhelming probability.
The following result gives an explicit value for the order .
5. The New Scheme
This section presents the new scheme and a small numerical example.
5.1. The New Encryption Scheme
Key generation.
- Choose a size for the modulus to guarantee at least 128 security levels.
- Choose two large integers and of size .
- Compute and .
- Compute .
- If p is not prime, return to Step 2.
- Choose two large integers and of size .
- Compute and .
- Compute .
- If q is not prime, return to Step 6.
- Compute .
- Choose an integer e such thatThe pair represents the public key, and represents the private key.
Encryption.
- Generate a random integer .
- Use the message as .
- Compute . The elliptic curve is defined by the equation .
- Compute on . The point is the encrypted message.
Decryption.
- Compute . The elliptic curve is defined by the equation .
- Compute .
- Compute .
- Compute on . The point is the original message.
The role of the random integer r is to serve as the x-coordinate of M on the elliptic curve with the equation . If the same message is encrypted twice, this yields two different couples, and ; two values, and ; and two elliptic curves with different equations.
5.2. A Numerical Example
The following is a numerical example with small integers demonstrating the system parameters and a plaintext–ciphertext pair.
Then, one can compute the following parameters
which shows that the decryption is correct.
In addition to the former example, we performed extensive experiments to test the validity of our scheme, as described in Section 5, using random parameters , , , , e, r, and . In all cases, the scheme was successful without failure.
5.3. The New Signature Scheme
The encryption scheme can be transformed easily into a signature scheme using a hash function as follows. There is no particular specification for the hash function, so any of the most popular hash functions can be used such SHA-2, MD6, RIPEMD, HAVAL-128, etc.
- Key generation. The key generation scheme is similar to that of the encryption in Section 5.1.
- Encryption.
- Generate a random integer .
- Represent the message as .
- Compute . The elliptic curve is defined by the equation .
- Compute on . The point is the encrypted message.
- Compute the signature .
- Decryption.
As in the encryption scheme, the random number r serves as the x-coordinate of the point on the elliptic curve with the equation . Note that r is random, which implies that the signature scheme is probabilistic.
6. Security Analysis
This section presents an analysis of the resistance of our scheme to the most well-known attacks that can be applied to it.
6.1. Resistance against Factorization Methods
When p and q are sufficiently large, factoring the RSA modulus is believed to be hard for all currently known factorization algorithms (see [31,32]). Indeed, Pollard’s rho method is ineffective since its run time is and depends on the size of the prime number p found. This is similar to Lenstra’s Elliptic Curve Method (ECM) for which the run time is . The Number Field Sieve [33] is also ineffective for large primes p and q. Its run time is , where c is a constant.
6.2. Resistance against Decomposition as Sum of Two Squares
It is well known that if with , then n can be expressed as the sum of two squares as . In the new scheme, the modulus is in the form . Then, the Brahmagupta–Fibonacci identity expresses n as a sum of two squares in two different ways, namely
Euler observed that if with and , then
where
On the other hand, we have . It follows that decomposing n as the sum of two squares in two different ways will provide a solution to the equation with , and two solutions of the congruence . This is known to be equivalent to factoring n, as in the quadratic sieve factoring algorithm [34] and in Rabin’s cryptosystem [35].
It is also known that by applying the continued fraction algorithm to , it is possible to find one representation of n (see [36]) as . This leads to one of the systems
This is insufficient for solving either of the two systems. Consequently, the representation of n as a sum of two squares by the continued fraction method is inadequate to factorize it.
6.3. Resistance against Decomposition as Sum of Four Squares
Lagrange’s four-square theorem states that every positive integer n is the sum of four squares (Theorem 369 in [20]), that is, The number of decomposing n is such that a sum is denoted as , and for odd n, Jacobi’s four-square theorem formula gives (Proposition 17.7.2 of [20]). For the modulus , a specific decomposition as a sum of four squares is
Conversely, let be a decomposition of n leading to the factorization . Then,
from which we obtain
Similarly, we have
As the decomposition of , with the positive integers and that satisfy , is unique, p can be decomposed as with the integers r and s in eight ways, namely
This is also true for q. Consequently, among the representations of n as a sum of four squares , only 64 decompositions can lead to the factorization of n by using
This is negligible compared to , which represents the number of decompositions of a large modulus as the sum of four squares.
6.4. Resistance against Solving the Order
In RSA, it is well known that solving Euler’s totient function is equivalent to factoring . This is also true for solving the order in the KMOV system. For an elliptic curve E over a finite ring with an RSA modulus n, Martin et al. [37] proved that computing the order is as difficult as factoring n. Moreover, for our scheme, we have the following facts.
Let be fixed. In our scheme, the order of the elliptic curves is of the form
with and . Assume that the factorization of n is known. Then, one can compute and using a specific algorithm to determine the order of an elliptic curve over a finite field such as the Schoof–Elkies–Atkin algorithm [38]. This implies that can be computed. Conversely, assume that is known, where and . Let and such that
Assume that and are of the same size so that and . Then, if , we obtain , and
Also, if , we obtain , and
Hence, using Lemma 1, we obtain
Similarly, assuming that and are of the same size with and , we obtain
As a consequence, we have
and
By combining the former inequalities, we obtain
This implies that the order is sufficiently large. Moreover, with a high probability, it can take any shape, and consequently, there is no efficient method to factor it with a classical computer. Hence, finding p and q is not feasible in general.
It is important to note that the work of Kunihiro and Koyama [39] on the equivalence between factoring n and counting the number of points on elliptic curves over does not apply when the order is known for a fixed a. The reason is that in [39], an oracle is needed that can count the number of points on every elliptic curve over , whereas in our situation, only is known.
6.5. Resistance against Small Private Exponent Attacks
The main small private exponent attacks on RSA are based on the key equation . Wiener’s attack is based on the continued fraction algorithm, which exploits the approximation . It leads to the factorization of n under the condition . The attack of Boneh and Durfee is based on Coppersmith’s method and exploits the existence of a small solution to the modular equation . It works for .
In the following, we show that the private exponent d in our scheme can be small enough without undermining its security. Typically, it should be larger than , whereas in RSA, it should be larger than .
Lemma 5.
Let be an RSA modulus with , , , , and . If d satisfies the key equation , where and , then
Proof.
Rewrite the key equation in the form
with , . We have
Then,
Suppose that and are of the same bit-size so that and . Then,
Hence,
from which we deduce that
Similarly, we obtain
This leads to
where we use , which is valid since . Using Lemma 1, we obtain
This concludes the proof. □
The following result shows that with regard to Wiener’s attack, the private exponent d can be very small in our scheme compared to the private exponent in RSA.
Theorem 5.
Let be an RSA modulus with , and . Let e be a public exponent such that with and . If d satisfies the equation with , one can find d and k in polynomial time.
Proof.
The key equation is in the form
with , and . Then, Lemma 5 gives
Dividing by , we obtain
Using the key equation , we obtain
Then,
By assuming that , this implies that . Then, (6) implies that
The solutions in d of the inequality satisfy
For such solutions, we have
This implies that can be found among the convergents of the continued expansion of . Since the continued fraction algorithm computes the convergents of with complexity , one finds k and d in polynomial time. □
Theorem 5 shows that when , it is possible to retrieve the private exponent d. If , the continued fraction attack does not apply and d may not be found using this technique.
The following result makes use of lattice reduction techniques.
Theorem 6.
Let be an RSA modulus with , and . Let e be a public exponent such that with and . If d satisfies the equation with , one can find d and k in polynomial time.
Proof.
Since d satisfies an equation of the form with , , we rewrite
where . Then, the key equation can be transformed into the modular equation
We set the bound for some . On the other hand, we have
Then, we set the bound with . Now, we can apply Lemma 2 to Equation (7). This allows us to find k and s in polynomial time under the condition . Using k and s, one can find d since . □
Remark 1.
The bound on d in Theorem 6 is slightly better than the bound in Theorem 5. In both cases, one can find d and k, which gives
with , . According to (3), we know that . This is large enough, and in general, is hard to factor when n is large. Consequently, the method described in [40] for extracting p and q cannot be applied. As a consequence, finding p and q using the continued fraction method or the lattice reduction techniques when the multiplier d is small is infeasible.
6.6. Resistance against Discrete Logarithm Problem
The elliptic curve discrete logarithm problem (ECDLP) over a finite field is the following computational problem: Given an elliptic curve E over and two points , find an integer x, if any, such that in E. The ECDLP is still resistant to several non-quantum algorithms and is the foundation of the security of elliptic curve cryptography (see [41] for more details).
For an elliptic curve defined over a finite ring such as , where is an RSA modulus, the elliptic curve discrete logarithm problem can be solved if one knows p and q and if one can solve the ECDLP in both and . Hence, solving the ECDLP on is more difficult. This problem is used to build several elliptic curve-based cryptosystems [16,17,42,43,44].
One more crucial fact of our scheme is that a new elliptic curve is generated each time a message is encrypted. This ensures that any generic or global discrete-logarithm attacks on our scheme are infeasible.
6.7. Resistance against Isomorphism and Homomorphism Attacks
Let and be two elliptic curves with equations and , arising from our scheme. Then, and are isomorphic if and only if for some . As in KMOV [16], it is possible to launch an isomorphism attack on our scheme. Moreover, the encryption and decryption are homomorphic, that is,
when using the same elliptic curve. Also, it is possible to launch a homomorphism attack on our scheme, similar to that on KMOV. To overcome isomorphism and homomorphism attacks, a hash function should be applied, as shown in the signature in Section 5.3. This is sufficient to ensure that the new scheme is immune to the two types of attacks.
6.8. Other Attacks
There are more attacks in the literature that are related to some elliptic variants of RSA.
In [45], Bleichenbacher proposed four attacks on KMOV when one of the following situations is satisfied.
- The ciphertext and half of the plaintext are known.
- Three encryptions of the same message are encrypted with distinct public keys.
- Six encryptions of linearly related messages are encrypted with distinct public keys.
- Two encryptions of linearly related messages are encrypted with the same public key.
Similarly, in [46], Kurosawa et al. showed that both the KMOV and Demytko’s schemes are not secure when the same message is encrypted with a suitably large number of distinct keys.
Note that the former attacks are not applicable to our scheme since the encryption process is probabilistic. This implies that, in contrast to the KMOV and Demytko’s schemes, if we encrypt the same message twice, even with the same key in the new scheme, the cyphertexts are different with a high probability because they depend on a randomly generated number in the encryption phase.
7. Conclusions
In this paper, we proposed a new variant of RSA with a modulus of the form , where p and q are large prime numbers satisfying , , and . The arithmetic of the new scheme uses elliptic curves with the equation over the finite ring . The encryption is probabilistic, such that each encryption generates a new curve that results in a new ciphertext with each call. We analyzed the security of the scheme and showed that it is resistant to known attacks on the topic.
Author Contributions
Conceptualization, M.B. and A.N.; methodology, M.B. and A.N.; software, M.B. and A.N.; validation, M.B. and A.N.; formal analysis, M.B. and A.N.; investigation, M.B. and A.N.; resources, M.B. and A.N.; data curation, M.B. and A.N.; writing—original draft preparation, M.B. and A.N.; writing—review and editing, M.B. and A.N.; visualization, M.B. and A.N.; supervision, M.B. and A.N.; project administration, M.B. and A.N.; funding acquisition, M.B. and A.N. All authors have read and agreed to the published version of the manuscript.
Funding
This research received no external funding.
Conflicts of Interest
The authors declare no conflict of interest.
References
- Rivest, R.; Shamir, A.; Adleman, L. A Method for Obtaining digital signatures and public-key cryptosystems. Commun. ACM 1978, 21, 120–126. [Google Scholar] [CrossRef]
- Boneh, D. Twenty years of attacks on the RSA cryptosystem. Not. Am. Math. Soc. 1999, 46, 203–213. [Google Scholar]
- Hinek, M. Cryptanalysis of RSA and Its Variants; Cryptography and Network Security Series; Chapman & Hall/CRC Press: Boca Raton, FL, USA, 2009. [Google Scholar]
- Fiat, A. Batch RSA. In Proceedings of the Crypto 1989, 9th Annual International Cryptology Conference, Santa Barbara, CA, USA, 20–24 August 1989; Brassard, G., Ed.; Volume 435 of LNCS. Springer: Berlin/Heidelberg, Germany, 1989; pp. 175–185. [Google Scholar]
- Collins, T.; Hopkins, D.; Langford, S.; Sabin, M. Public Key Cryptographic Apparatus and Method. U.S. Patent 5,848,159, 16 January 1997. [Google Scholar]
- Takagi, T. Fast RSA-type Cryptosystem Modulo pkq. In Proceedings of the Crypto 1998, 18th Annual International Cryptology Conference, Santa Barbara, CA, USA, 23–27 August 1998; Krawczyk, H., Ed.; Volume 1462 of LNCS. Springer: Berlin/Heidelberg, Germany, 1998; pp. 318–326. [Google Scholar]
- Couvreur, C.; Quisquater, J.J. Fast Decipherment Algorithm for RSA Public-Key Cryptosystem. Electron. Lett. 1982, 18, 905–907. [Google Scholar]
- Wiener, M. Cryptanalysis of short RSA secret exponents. IEEE Trans. Inf. Theory 1990, 36, 553–558. [Google Scholar] [CrossRef]
- Sun, H.M.; Wu, M.E.; Ting, W.C.; Hinek, M.J. Dual RSA and its security analysis. IEEE Trans. Inf. Theory 2007, 53, 2922–2933. [Google Scholar]
- Pointcheval, D. New public key cryptosystem based on the dependent RSA problem. In Advances in Cryptology-EUROCRYPT’99. EUROCRYPT 1999; Stern, J., Ed.; Lecture Notes in Computer Science; Springer: Berlin/Heidelberg, Germany, 1999; Volume 1592, pp. 239–254. [Google Scholar]
- Koblitz, N. Elliptic curve cryptosystems. Math. Comput. 1987, 48, 203–209. [Google Scholar] [CrossRef]
- Miller, V.S. Use of elliptic curves in cryptography. In Advances in Cryptology-CRYPTO’85; Lecture Notes in Computer Science; Williams, H.C., Ed.; Springer: Berlin/Heidelberg, Germany, 1986; Volume 218, pp. 417–426. [Google Scholar]
- Federal Information Processing Standards Publication, FIPS PUB 186-2; National Institute of Standards and Technology, Digital Signature Standard: Gaithersburg, MD, USA, 2000.
- Certicom Research. Standards for Efficient Cryptography, SEC 2: Recommended Elliptic Curve Domain Parameters. 27 January 2010 Version 2.0. Available online: https://www.secg.org/sec2-v2.pdf (accessed on 10 July 2023).
- Nakamoto, S. Bitcoin: A Peer-to-Peer Electronic Cash System. 2009. Available online: https://bitcoin.org/bitcoin.pdf (accessed on 10 July 2023).
- Koyama, K.; Maurer, U.M.; Okamoto, T.; Vanstone, S.A. New Public-Key Schemes Based on Elliptic Curves over the Ring Zn. In Annual International Cryptology Conference; Lecture Notes in Computer Science 576; Springer: Berlin/Heidelberg, Germany, 1991; pp. 252–266. [Google Scholar]
- Demytko, N. A new elliptic curve based analogue of RSA. In Advances in Cryptology—EUROCRYPT’93: Proceedings of the Workshop on the Theory and Application of Cryptographic Techniques, Lofthus, Norway, 23–27 May 1993; Lecture Notes in Computer Science 765; Helleseth, T., Ed.; Springer: Berlin/Heidelberg, Germany, 1994; pp. 40–49. [Google Scholar]
- Shor, P.W. Polynomial-time algorithms for prime factorization and discrete logarithms on a quantum computer. SIAM J. Comput. 1997, 26, 1484–1509. [Google Scholar] [CrossRef]
- Nitaj, A. Another generalization of Wiener’s attack on RSA. In International Conference on Cryptology in Africa, AFRICACRYPT 2008; Vaudenay, S., Ed.; Springer: Berlin/Heidelberg, Germany, 2008; Volume 5023, pp. 174–190. [Google Scholar]
- Hardy, G.H.; Wright, E.M. An Introduction to Theory of Numbers, 5th ed.; The Clarendon Press Oxford University Press: New York, NY, USA, 1979. [Google Scholar]
- Coppersmith, D. Small solutions to polynomial equations, and low exponent RSA vulnerabilities. J. Cryptol. 1997, 10, 233–260. [Google Scholar] [CrossRef]
- Boneh, D.; Durfee, G. Cryptanalysis of RSA with private key d less than N0.292. In Advances in Cryptology-EUROCRYPT’99: Proceedings of the International Conference on the Theory and Application of Cryptographic Techniques, Prague, Czech Republic, 2–6 May 1999; Lecture Notes in Computer Science; Springer: Berlin/Heidelberg, Germany, 1999; Volume 1592, pp. 1–11. [Google Scholar]
- Takayasu, A.; Kunihiro, N. General bounds for small inverse problems and its applications to multi-prime RSA. In Proceedings of the Information Security and Cryptology—ICISC 2014, Seoul, Korea, 3–5 December 2014; Springer: Berlin/Heidelberg, Germany, 2014; pp. 3–17. [Google Scholar]
- de Weger, B. Cryptanalysis of RSA with small prime difference. Appl. Algebra Eng. Commun. Comput. 2002, 13, 17–28. [Google Scholar] [CrossRef]
- Husemöller, D. Elliptic Curves, 2nd ed.; Springer: Berlin/Heidelberg, Germany, 2004. [Google Scholar]
- Schmitt, S.; Zimmer, H.G.; ProQuest (Firm). Elliptic Curves: A Computational Approach; Walter de Gruyter: Berlin, Germany; New York, NY, USA, 2003. [Google Scholar]
- Silverman, J.H. The Arithmetic of Elliptic Curves; Graduate Texts in Mathematics; Springer: Berlin/Heidelberg, Germany, 1986; Volume 106. [Google Scholar]
- Washington, L.C. Elliptic Curves: Number Theory and Cryptography; Chapman & Hall/CRC: Boca Raton, FL, USA, 2003. [Google Scholar]
- Ireland, K.; Rosen, M. A Classical Introduction to Modern Number Theory, 2nd ed.; Volume 84 of Graduate Texts in Mathematics; Springer: Berlin/Heidelberg, Germany, 1990. [Google Scholar]
- Lenstra, H. Factoring integers with elliptic curves. Ann. Math. 1987, 126, 649–673. [Google Scholar] [CrossRef]
- Brent, R.P. Recent Progress and Prospects for Integer Factorisation Algorithms. In Proceedings of the Computing and Combinatorics. 6th Annual International Conference, COCOON 2000, Sydney, Australia, 26–28 July 2000; Lecture Notes in Computer Science; Du, D.Z., Eades, P., Estivill-Castro, V., Lin, X., Sharma, A., Eds.; Springer: Berlin/Heidelberg, Germany, 2000; Volume 1858. [Google Scholar]
- Boneh, D.; Durfee, G.; Howgrave-Graham, N. Factoring N = prq for Large r. In Crypto’99; Lecture Notes in Computer Science 1666; Wiener, M., Ed.; Springer: Berlin/Heidelber, Germany, 1999; pp. 326–337. [Google Scholar]
- Lenstra, A.K.; Lenstra, H.W., Jr. The Development of the Number Field Sieve; Lecture Notes in Mathematics 1554; Springer: Berlin/Heidelberg, Germany, 1993. [Google Scholar]
- Pomerance, C. The quadratic sieve factoring algorithm. In Workshop on the Theory and Application of Cryptographic Techniques; Springer: Berlin/Heidelberg, Germany, 1985; pp. 169–182. [Google Scholar]
- Rabin, M.O. Digital Signatures and Public Key Functions as Intractable as Factoring, MIT Technical Report, MIT/LCS/TR-212. 1979.
- Elia, M. Continued Fractions and Factoring. arXiv 2019, arXiv:1905.10704. [Google Scholar]
- Martín, S.; Morillo, P.; Villar, J.L. Computing the order of points on an elliptic curve modulo N is as difficult as factoring N. Appl. Math. Lett. 2001, 14, 341–346. [Google Scholar] [CrossRef]
- Blake, I.; Seroussi, G.; Smart, N. Elliptic Curves in Cryptography; Volume 265 of London Mathematical Society Lecture Note Series; Cambridge University Press: Cambridge, UK, 1999. [Google Scholar]
- Kunihiro, N.; Koyama, K. Equivalence between counting the number of points on elliptic curves over the ring and factoring n. In LNCS 1403, Proceedings of the Eurocrypt 1998; 1998; pp. 47–58. [Google Scholar]
- Nitaj, A.; Fouotsa, E. A new attack on RSA and Demytko’s elliptic curve cryptosystem. J. Discret. Math. Sci. Cryptogr. 2019, 22, 391–409. [Google Scholar] [CrossRef]
- Galbraith, S.D.; Gaudry, P. Recent progress on the elliptic curve discrete logarithm problem. Des. Codes Cryptogr. 2016, 78, 51–72. [Google Scholar] [CrossRef]
- Koyama, K. Fast RSA type scheme based on singular cubic curve y2 + axy = x3 (mod n). In Advances in Cryptology—EUROCRYPT’95: Proceedings of the International Conference on the Theory and Application of Cryptographic Techniques, Saint-Malo, France, 21–25 May 1995; Lecture Notes in Computer Science; Springer: Berlin/Heidelberg, Germany, 1995; Volume 921, pp. 329–339. [Google Scholar]
- Kuwakado, H.; Koyama, K.; Tsuruoka, Y. A new RSA-type scheme based on singular cubic curves y2 = x3 + bx2 (mod n). IEICE Trans. Fundam. 1995, E78-A, 27–33. [Google Scholar]
- Paillier, P. Trapdooring Discrete Logarithms on Elliptic Curves over Rings. In Advances in Cryptology–ASIACRYPT 2000; Lecture Notes in Computer Science; Okamoto, T., Ed.; Springer: Berlin/Heidelberg, Germany, 2000; Volume 1976, pp. 573–584. [Google Scholar]
- Bleichenbacher, D. On the Security of the KMOV Public Key Cryptosystem. In Annual International Cryptology Conference; Springer: Berlin/Heidelber, Germany, 1997; pp. 235–248. [Google Scholar]
- Kurosawa, K.; Okada, K.; Tsujii, S. Low exponent attack against elliptic curve RSA. Inf. Process. Lett. 1995, 53, 77–83. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).