9 Forks
45 Stars
45 Watchers

GNFS

A complete, proof-of-concept, C# implementation of the General Number Field Sieve algorithm for factoring very large semi-prime numbers. The focus was on readability and understandability of the code, not performance.

How to download and setup GNFS

Open terminal and run command
git clone https://github.com/AdamWhiteHat/GNFS.git
git clone is used to create a copy or clone of GNFS repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with GNFS https://github.com/AdamWhiteHat/GNFS/archive/master.zip

Or simply clone GNFS with SSH
[email protected]:AdamWhiteHat/GNFS.git

If you have some problems with GNFS

You may open issue on GNFS support forum (system) here: https://github.com/AdamWhiteHat/GNFS/issues