Information AboutSemiprime |
| CATEGORIES ABOUT SEMIPRIME | |
| integer sequences | |
| prime numbers | |
| cryptography | |
|
Currently, the largest known semiprime is (230,402,457 − 1)2, which has over 18 million digits. This is the Square of The Largest Known Prime Number ; the square of any prime number is semiprime, so the largest known semiprime will always be the square of the largest known prime. Semiprimes are highly useful in the area of Cryptography and Number Theory , most notably in Public Key Cryptography , where it is used by RSA and Pseudo-random Number Generator s such as Blum Blum Shub . These methods rely on the fact that finding two large primes and multiplying them together is computationally simple, whereas Finding The Original Factors appears to be difficult. In the RSA Factoring Challenge , RSA Security offers to award prizes up to $200,000 for the factoring of specific large semiprimes. In practical cryptography, it is not sufficient to choose just any semiprime; a good number must evade a number of Well-known Special-purpose Algorithms that can factor numbers of certain form. The factors ''p'' and ''q'' of ''n'' should be very large, around the same order of magnitude as the square root (in other words, ''n'' is not a Smooth Number ); this makes Trial Division and Pollard's Rho Algorithm impractical. At the same time they cannot be too close together, or else another simple test can factor the number. The number may also be chosen so that none of ''p'' − 1, ''p'' + 1, ''q'' − 1, or ''q'' + 1 are Smooth Numbers , protecting against Pollard's P-1 Algorithm or Williams' P Plus 1 Algorithm . These checks cannot take future algorithms or secret algorithms into account however, introducing the possibility that numbers in use today may be broken by special-purpose algorithms. The value of Euler's Totient Function for a semiprime ''n'' = ''pq'' is particularly simple when ''p'' and ''q'' are distinct: :φ(''n'') = ''n'' + 1 − (''p'' + ''q'') EXTERNAL LINKS |
|
|