What are the modern software packages that can be used to factoring large numbers into primes. By modern I mean developed and made public within the last 5 years. I'm interested in things that are open source. I'm looking for solid implementations of GGNFS and similar ones.
|
|
Msieve is public domain and has good reputation. For instance, a 631-bit integer was factored in late 2010 with Msieve used (at least for some parts). |
|||
|
|
|
In addition to Msieve |
|||
|
|
|
On July 1st, Shi Bai and Emmanuel Thomé and Paul Zimmermann announced on the eprint-server of the IACR that they factored RSA-704 (212 decimal digits; currently 2nd largest integer factorization ever done with the GNFS) using the LGPL-licensed number field sieve implementation CADO-NFS. Features of CADO-NFS (copied from its website): Algorithms used in CADO-NFS 1.1 are the following:
Efficiency considerations (on a typical PC):
|
|||
|
|