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

Re: Sifting data; looking for "strong crypto"



Murray Hayes wrote:
> As far as bit patterns go, is executable code random?

Bit patterns will vary *widely* in executable code.  Some executable
code will contain patterns that will probably be instantly recognizable
to persons who know what to look for.

If you have the right statistics software and know how to use it, you
could evaluate some of those executables, but what it would tell you
would depend on your interpretive ability.

I have a question (or suggestion):

If you have access to a full-screen browser, which can fill the entire
screen with text (i.e., you can eliminate any status lines, etc.), why
not do some bit dumps into an ASCII file that contains just "1"'s and
"0"'s, and then view the file by holding down the down-arrow or page-
down key (assuming a fast enough cursor speed)?

The file would look something like this:  10101110000010101101000101101
but would fill the entire screen, and by scrolling through it, it seems
you would notice any obvious bit patterns.

Just a thought....