Hi all,
I have started work on an implementation of the Diffie-Helman public-key
distribution algorithm, and I am looking for interested hackers who have
worked on similar projects.
I am hacking from a stand-alone PC running Linux. So far I have worked
out an efficient way of computing (large) exponentials modulo-a-prime,
(e.g. (x^y) mod p), and have written my own pseudo random number
generator.
The hard part is over now, (I think!). The rest would be relatively
straightforward, except that I am a little unsure of how to move a small
program which can encrypt a few text files, to something a good deal
professional. The end is in sight, but I need support and feedback.
Thanks everyone,
Gavin R. Brewer.