About
IntFactor is a command line java tool for finding the small factors of a composite integer. It utilises Pollards rho factoring algorithm in order to do this. See the included source for an example of how to reuse the factoring code in your own projects.
Example Usage
javac IntFactor 6933018886542828193
This will find the small factors of the composite integer 6933018886542828193.
Screenshot