lynxdec.tar.gz 6.92K
73 downloadsTo unpack it and build it do the following:
tar -zxvf lynxdec.tar.gz cd lynxdec make ./lynxdec
It should unpack and build on any sane Linux/Mac with developers tools installed.
The next steps I'm going to take is to make the decrypt_block function actually loop the number of times specified by the exponent rather than the two times needed to raise data blocks to the 3rd power (which is the Lynx public exponent). Once I make that change, then we'll be able to try decrypting the private key and playing around with encrypting data.
I'm getting really close. The big leap forward happened when I realized there was framing in the encrypted data rather than just being one big block of data.
--Wookie
Edited by Wookie, Wed Oct 28, 2009 3:33 PM.















