Re: Decrypting algorythm



<pmclinn@xxxxxxxxx> wrote in message
news:1143653448.705186.163250@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am using a tripple des encryption algorythm that encrypts dates. I
dump these encrypted dates to a text file.

IE.
Thirty dates in this format:

EncodedDate | Date
___________________
fsdgjf = 01/01/2005
daskd = 01/02/2005
jkdfhjf = 01/03/2005
... continued

What would be the steps to reversing this encryption engineering.

Process to blocks
Perform the operations of 3DES in reverse

To
find the factor.... I want to build a program to test the strength of
my prime.

I couldn't make heads or tails out of this part and how it applied to the
rest.
Joe


.