Figuring out table based encryption in assembly
- From: "jonathon" <spamtrap@xxxxxxxxxx>
- Date: Sat, 24 Sep 2005 18:32:16 +0000 (UTC)
I've been tracing an old (1996) utility that uses a very sophisticated
encryption algorithm for license info. It generates a table, uses
constantly changing keys, and does some really bizarre stuff with
multiplication, shifts, xor, and table lookups.
The crypto group doesn't seem to be very active or very helpful, so I
thought I'd ask here: is there any way to figure out if this is a
standard encryption method?
It's so complex, it seems unlikely some guy in his garage made it up.
But at the same time, I'm not sure how to tell if it is DES, Blowfish,
or something similar.
.
- Follow-Ups:
- Re: Figuring out table based encryption in assembly
- From: The President Of Assembler Ethics Committee
- Re: Figuring out table based encryption in assembly
- From: Patrick von Harsdorf
- Re: Figuring out table based encryption in assembly
- From: Chris Head
- Re: Figuring out table based encryption in assembly
- Prev by Date: Re: Masm 8
- Next by Date: Re: opening and reading a character from a file with emu8086 assembler
- Previous by thread: opening and reading a character from a file with emu8086 assembler
- Next by thread: Re: Figuring out table based encryption in assembly
- Index(es):