elias project: i wrote the elliptic curve generator for the elias project.
download locally in tar.gz or zip
decrack: i have written a distributed elliptic curve cracker, in the same style as the distributed.net client or
the ecc crackers robert harley wrote. the full source will be available as soon as the last server bugs are worked out.
for now the last release (an older version) of the client source can be found here.
erandom: erandom is a provably secure prng for (currently) linux. as part of
improving the prng, i am also rewriting the entire prng framework to
separate it from the entropy harvester and allow
for it to be much more flexible and extensible. right now erandom is at version 0.1, still alpha.
rs-auth.tgz: authentication codes via reed-solomon error correcting codes.
bias.tgz: calculates the bias of a matrix whose entries are in gf(4).
nisangen.cxx: implementation of noam nisan's prng which fools all statistical tests in logspace.
entropy.c: calculates the shannon, renyi, and min entropy of a text file.
dlp-crack.c: breaks a discrete log problem via pollard's rho algorithm.
ecc-crack.c: breaks an elliptic curve discrete log problem via pollard's rho algorithm.
indexcalc.mws: a maple 8 program that performs the index calculus attack against a discrete log problem.
subdsakey.pl: subliminally leaks a dsa signing key through a digital signature after a patch to gnupg. subdsakey.pl does the recovery, and the patch included in the documentation does the leaking.