[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Contacting Matthew Fischer - IDEA cipher for Apple II



On Sat, 05 Jul 2008, roughana wrote:

> I would like to contact Matthew Fischer who frequented here in
> 1995-1999.
> He implemented the IDEA cipher for the Apple II in 6502.

Hello, Andrew. I wrote the routines in question. I don't have the
original file that was posted to comp.sources.apple2, but I do still
have those routines. Would you like me to mail them to you? Are you
planning on incorporating them into your crypto program? I'm curious as
to why you would want to support IDEA in this day and age.

I have actually been playing with that code a little recently. Besides
the original 65C02 version, I made a pure 6502 version, and timed them.
The 65C02 opcodes don't make much of a difference in the speed, so if
you're interested in something that would run on all Apple II's, I could
send you the 6502 version.

I've also got some Rijndael (AES) code I've been working on. At this
point, it looks like it works, but it could probably be made faster. Let
me know if you are interested in a copy.

I've also got DES routines, which are based on Paul Guertin's code, but
it looks like you already have DES routines.