PROGRAMMING TOOLS FOR CIPHER BREAKING


see info on big number packages
Student use of internet factoring programs
Myron Kennedy's Program C++ needs Bignum
RSA tools by Kennedy, Hannebohn
..... include file
.....readme file
RSA Java tools donated by Thomas Long
Pollard's rho factoring Java tool
....ConsoleReader.java
Pollard's p-1 factoring method C tool revised 04/11/03
...bignum.c
...bignum.h
...internal.h
William McHale's implementation of RSA in Lisp
Michael Gurski's implementation of RSA in C using the gmp library (good choice).